Html Css Color HEX #8C0CAC Dark Magenta

📋 copy color: '#8C0CAC'

red 140 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #8C0CAC

Tints of Dark Magenta #8C0CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.7%

 BLUE value IS 172 (67.58% from 255) = 53.09%

R = 43.21%
G = 3.7%
B = 53.09%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C0CAC (or 0x8C0CAC) is known color: Dark Magenta. HEX triplet: 8C, 0C and AC. RGB value is (140,12,172). Sum of RGB (Red+Green+Blue) = 140+12+172=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C0CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0CAC is #73F353. Grayscale: #444444. Windows color (decimal): -7598932 or 11275404. OLE color: 11275404.

HSL color Cylindrical-coordinate representation of color #8C0CAC: hue angle of 288º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0CAC is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 12 172 -
CMYK 0.19 0.93 0 0.33
HSL 288º 0.87% 0.36% -
HSV(B) 288º 0.93% 0.67% -
XYZ 18.39 8.82 39.76 -
YUV 68.51 186.41 178.99 -
System Red Green Blue C M Y K H S L
Decimal 140 12 172 0.19 0.93 0 0.33 288 0.87 0.36
Hex 8C C AC 13 5D 0 21 120 57 24
Octal 214 14 254 23 135 0 41 440 127 44
Binary 10001100 1100 10101100 10011 1011101 0 100001 100100000 1010111 100100

Color Harmonies of #8C0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0CAC

Black with #8C0CAC

Text Example


Text Example

White with #8C0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,12,172); }

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

background-color css

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

 a { background-color: rgb(140,12,172); }

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

border-color css

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

 span { border-color: rgb(140,12,172); }

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