Html Css Color HEX #8C06A6 Dark Magenta

📋 copy color: '#8C06A6'

red 140 ◦ green 6 ◦ blue 166

#8C06A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #8C06A6

Tints of Dark Magenta #8C06A6

RGB

 RED value IS 140 (55.08% from 255) = 44.87%

 GREEN value IS 6 (2.73% from 255) = 1.92%

 BLUE value IS 166 (65.23% from 255) = 53.21%

R = 44.87%
G = 1.92%
B = 53.21%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8C06A6 (or 0x8C06A6) is known color: Dark Magenta. HEX triplet: 8C, 06 and A6. RGB value is (140,6,166). Sum of RGB (Red+Green+Blue) = 140+6+166=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 166 (65.23% from 255 or 53.21% from 312); Max value from RGB is 166 - color contains mainly: blue. Hex color #8C06A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C06A6 is #73F959. Grayscale: #3F3F3F. Windows color (decimal): -7600474 or 10880652. OLE color: 10880652.

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

Color convert

RGB 140 6 166 -
CMYK 0.16 0.96 0 0.35
HSL 290.25º 0.93% 0.34% -
HSV(B) 290.25º 0.96% 0.65% -
XYZ 17.76 8.46 36.77 -
YUV 64.31 185.39 181.99 -
System Red Green Blue C M Y K H S L
Decimal 140 6 166 0.16 0.96 0 0.35 290.25 0.93 0.34
Hex 8C 6 A6 10 60 0 23 122 5D 22
Octal 214 6 246 20 140 0 43 442 135 42
Binary 10001100 110 10100110 10000 1100000 0 100011 100100010 1011101 100010

Color Harmonies of #8C06A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C06A6

Black with #8C06A6

Text Example


Text Example

White with #8C06A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C06A6;
 }
 .AnyTagClassName
 {
   color: #8C06A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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