#8A2C81

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

Shades of Dark Purple #8A2C81

Tints of Dark Purple #8A2C81

Color information

#8A2C81 (or 0x8A2C81) is unknown color: approx Dark Purple. HEX triplet: 8A, 2C and 81. RGB value is (138,44,129). Sum of RGB (Red+Green+Blue) = 138+44+129=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2C81 is #75D37E. Grayscale: #515151. Windows color (decimal): -7721855 or 8465546. OLE color: 8465546.

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

Color convert

RGB13844129-
CMYK00.680.070.46
HSL305.74º51.65%35.69%-
HSV(B)305.74º68.12%54.12%-
XYZ15.348.7921.66-
YUV81.8154.64168.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 44 (17.58% from 255) = 14.15%
BLUE value IS 129 (50.78% from 255) = 41.48%
R=44.37%
G=14.15%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384412900.680.070.46305.7451.6535.69
Hex8A2C8104472E1323424
Octal2125420101047564626444
Binary100010101011001000000101000100111101110100110010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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