Html Css Color HEX #8C0BAA Dark Magenta

📋 copy color: '#8C0BAA'

red 140 ◦ green 11 ◦ blue 170

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

Shades of Dark Magenta #8C0BAA

Tints of Dark Magenta #8C0BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.43%

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

R = 43.61%
G = 3.43%
B = 52.96%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C0BAA (or 0x8C0BAA) is known color: Dark Magenta. HEX triplet: 8C, 0B and AA. RGB value is (140,11,170). Sum of RGB (Red+Green+Blue) = 140+11+170=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C0BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0BAA is #73F455. Grayscale: #434343. Windows color (decimal): -7599190 or 11144076. OLE color: 11144076.

HSL color Cylindrical-coordinate representation of color #8C0BAA: hue angle of 288.68º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0BAA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 11 170 -
CMYK 0.18 0.94 0 0.33
HSL 288.68º 0.88% 0.35% -
HSV(B) 288.68º 0.94% 0.67% -
XYZ 18.19 8.72 38.75 -
YUV 67.7 185.74 179.57 -
System Red Green Blue C M Y K H S L
Decimal 140 11 170 0.18 0.94 0 0.33 288.68 0.88 0.35
Hex 8C B AA 12 5E 0 21 121 58 23
Octal 214 13 252 22 136 0 41 441 130 43
Binary 10001100 1011 10101010 10010 1011110 0 100001 100100001 1011000 100011

Color Harmonies of #8C0BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0BAA

Black with #8C0BAA

Text Example


Text Example

White with #8C0BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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