Html Css Color HEX #8C11AB Dark Magenta

📋 copy color: '#8C11AB'

red 140 ◦ green 17 ◦ blue 171

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

Shades of Dark Magenta #8C11AB

Tints of Dark Magenta #8C11AB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.18%

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 42.68%
G = 5.18%
B = 52.13%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C11AB (or 0x8C11AB) is known color: Dark Magenta. HEX triplet: 8C, 11 and AB. RGB value is (140,17,171). Sum of RGB (Red+Green+Blue) = 140+17+171=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C11AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C11AB is #73EE54. Grayscale: #464646. Windows color (decimal): -7597653 or 11211148. OLE color: 11211148.

HSL color Cylindrical-coordinate representation of color #8C11AB: hue angle of 287.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C11AB is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 17 171 -
CMYK 0.18 0.90 0 0.33
HSL 287.92º 0.82% 0.37% -
HSV(B) 287.92º 0.9% 0.67% -
XYZ 18.37 8.92 39.28 -
YUV 71.33 184.25 176.98 -
System Red Green Blue C M Y K H S L
Decimal 140 17 171 0.18 0.90 0 0.33 287.92 0.82 0.37
Hex 8C 11 AB 12 5A 0 21 120 52 25
Octal 214 21 253 22 132 0 41 440 122 45
Binary 10001100 10001 10101011 10010 1011010 0 100001 100100000 1010010 100101

Color Harmonies of #8C11AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C11AB

Black with #8C11AB

Text Example


Text Example

White with #8C11AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,17,171); }

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

background-color css

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

 a { background-color: rgb(140,17,171); }

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

border-color css

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

 span { border-color: rgb(140,17,171); }

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