#8C02A6

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

Shades of Dark Magenta #8C02A6

Tints of Dark Magenta #8C02A6

Color information

#8C02A6 (or 0x8C02A6) is unknown color: approx Dark Magenta. HEX triplet: 8C, 02 and A6. RGB value is (140,2,166). Sum of RGB (Red+Green+Blue) = 140+2+166=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 166 (65.23% from 255 or 53.90% from 308); Max value from RGB is 166 - color contains mainly: blue. Hex color #8C02A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C02A6 is #73FD59. Grayscale: #3D3D3D. Windows color (decimal): -7601498 or 10879628. OLE color: 10879628.

HSL color Cylindrical-coordinate representation of color #8C02A6: hue angle of 290.49º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C02A6 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1402166-
CMYK0.160.9900.35
HSL290.49º97.62%32.94%-
HSV(B)290.49º98.8%65.1%-
XYZ17.728.3736.76-
YUV61.96186.72183.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.45%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 166 (65.23% from 255) = 53.90%
R=45.45%
G=0.65%
B=53.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14021660.160.9900.35290.4997.6232.94
Hex8C2A610630231226221
Octal21422462014304344214241
Binary10001100101010011010000110001101000111001000101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C02A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,2,166); }

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

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

 a { background-color: rgb(140,2,166); }

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

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

 span { border-color: rgb(140,2,166); }

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