#8A0C9C

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

Shades of Dark Magenta #8A0C9C

Tints of Dark Magenta #8A0C9C

Color information

#8A0C9C (or 0x8A0C9C) is unknown color: approx Dark Magenta. HEX triplet: 8A, 0C and 9C. RGB value is (138,12,156). Sum of RGB (Red+Green+Blue) = 138+12+156=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A0C9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0C9C is #75F363. Grayscale: #414141. Windows color (decimal): -7730020 or 10226826. OLE color: 10226826.

HSL color Cylindrical-coordinate representation of color #8A0C9C: hue angle of 292.5º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A0C9C is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13812156-
CMYK0.120.9200.39
HSL292.5º85.71%32.94%-
HSV(B)292.5º92.31%61.18%-
XYZ16.618.0732.13-
YUV66.09178.74179.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.10%
GREEN value IS 12 (5.08% from 255) = 3.92%
BLUE value IS 156 (61.33% from 255) = 50.98%
R=45.10%
G=3.92%
B=50.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138121560.120.9200.39292.585.7132.94
Hex8AC9CC5C0271245621
Octal212142341413404744412641
Binary100010101100100111001100101110001001111001001001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,12,156); }

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

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

 a { background-color: rgb(138,12,156); }

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

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

 span { border-color: rgb(138,12,156); }

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