#8A3081

Color #8A3081 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8A3081

Tints of Dark Purple #8A3081

Color information

#8A3081 (or 0x8A3081) is unknown color: approx Dark Purple. HEX triplet: 8A, 30 and 81. RGB value is (138,48,129). Sum of RGB (Red+Green+Blue) = 138+48+129=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3081 is #75CF7E. Grayscale: #535353. Windows color (decimal): -7720831 or 8466570. OLE color: 8466570.

HSL color Cylindrical-coordinate representation of color #8A3081: hue angle of 306º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3081 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13848129-
CMYK00.650.070.46
HSL306º48.39%36.47%-
HSV(B)306º65.22%54.12%-
XYZ15.59.121.71-
YUV84.14153.32166.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 43.81%
GREEN value IS 48 (19.14% from 255) = 15.24%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=43.81%
G=15.24%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384812900.650.070.4630648.3936.47
Hex8A308104172E1323024
Octal2126020101017564626044
Binary100010101100001000000101000001111101110100110010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A3081; }

 p { color: rgb(138,48,129); }

 H1.HeaderClassName
 {
   color: #8A3081;
 }
 .AnyTagClassName
 {
   color: #8A3081;
 }
</style>
background-color css

<style>
 a { background-color: #8A3081; }

 a { background-color: rgb(138,48,129); }

 div.DivClassName
 {
   background-color: #8A3081;
 }
 .BgClassName
 {
   background-color: #8A3081;
 }
</style>
border-color css

<style>
 span { border-color: #8A3081; }

 span { border-color: rgb(138,48,129); }

 td.TdClassName
 {
   border-color: #8A3081;
 }
 .TagClassName
 {
   border-color: #8A3081;
 }
</style>