Html Css Color HEX #8C0CAA Dark Magenta

📋 copy color: '#8C0CAA'

red 140 ◦ green 12 ◦ blue 170

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

Shades of Dark Magenta #8C0CAA

Tints of Dark Magenta #8C0CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.8%

R = 43.48%
G = 3.73%
B = 52.8%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C0CAA (or 0x8C0CAA) is known color: Dark Magenta. HEX triplet: 8C, 0C and AA. RGB value is (140,12,170). Sum of RGB (Red+Green+Blue) = 140+12+170=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C0CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0CAA is #73F355. Grayscale: #434343. Windows color (decimal): -7598934 or 11144332. OLE color: 11144332.

HSL color Cylindrical-coordinate representation of color #8C0CAA: hue angle of 288.61º 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 #8C0CAA is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 12 170 -
CMYK 0.18 0.93 0 0.33
HSL 288.61º 0.87% 0.36% -
HSV(B) 288.61º 0.93% 0.67% -
XYZ 18.2 8.74 38.76 -
YUV 68.28 185.41 179.15 -
System Red Green Blue C M Y K H S L
Decimal 140 12 170 0.18 0.93 0 0.33 288.61 0.87 0.36
Hex 8C C AA 12 5D 0 21 121 57 24
Octal 214 14 252 22 135 0 41 441 127 44
Binary 10001100 1100 10101010 10010 1011101 0 100001 100100001 1010111 100100

Color Harmonies of #8C0CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0CAA

Black with #8C0CAA

Text Example


Text Example

White with #8C0CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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