Html Css Color HEX #8C0BAC Dark Magenta

📋 copy color: '#8C0BAC'

red 140 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #8C0BAC

Tints of Dark Magenta #8C0BAC

RGB

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

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

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

R = 43.34%
G = 3.41%
B = 53.25%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C0BAC (or 0x8C0BAC) is known color: Dark Magenta. HEX triplet: 8C, 0B and AC. RGB value is (140,11,172). Sum of RGB (Red+Green+Blue) = 140+11+172=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C0BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0BAC is #73F453. Grayscale: #434343. Windows color (decimal): -7599188 or 11275148. OLE color: 11275148.

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

Color convert

RGB 140 11 172 -
CMYK 0.19 0.94 0 0.33
HSL 288.07º 0.88% 0.36% -
HSV(B) 288.07º 0.94% 0.67% -
XYZ 18.38 8.79 39.76 -
YUV 67.93 186.74 179.41 -
System Red Green Blue C M Y K H S L
Decimal 140 11 172 0.19 0.94 0 0.33 288.07 0.88 0.36
Hex 8C B AC 13 5E 0 21 120 58 24
Octal 214 13 254 23 136 0 41 440 130 44
Binary 10001100 1011 10101100 10011 1011110 0 100001 100100000 1011000 100100

Color Harmonies of #8C0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0BAC

Black with #8C0BAC

Text Example


Text Example

White with #8C0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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