Html Css Color HEX #8E10AB Dark Magenta

📋 copy color: '#8E10AB'

red 142 ◦ green 16 ◦ blue 171

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

Shades of Dark Magenta #8E10AB

Tints of Dark Magenta #8E10AB

RGB

 RED value IS 142 (55.86% from 255) = 43.16%

 GREEN value IS 16 (6.64% from 255) = 4.86%

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

R = 43.16%
G = 4.86%
B = 51.98%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E10AB (or 0x8E10AB) is known color: Dark Magenta. HEX triplet: 8E, 10 and AB. RGB value is (142,16,171). Sum of RGB (Red+Green+Blue) = 142+16+171=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E10AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E10AB is #71EF54. Grayscale: #464646. Windows color (decimal): -7466837 or 11210894. OLE color: 11210894.

HSL color Cylindrical-coordinate representation of color #8E10AB: hue angle of 288.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E10AB is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 16 171 -
CMYK 0.17 0.91 0 0.33
HSL 288.77º 0.83% 0.37% -
HSV(B) 288.77º 0.91% 0.67% -
XYZ 18.69 9.06 39.29 -
YUV 71.34 184.24 178.4 -
System Red Green Blue C M Y K H S L
Decimal 142 16 171 0.17 0.91 0 0.33 288.77 0.83 0.37
Hex 8E 10 AB 11 5B 0 21 121 53 25
Octal 216 20 253 21 133 0 41 441 123 45
Binary 10001110 10000 10101011 10001 1011011 0 100001 100100001 1010011 100101

Color Harmonies of #8E10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E10AB

Black with #8E10AB

Text Example


Text Example

White with #8E10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,16,171); }

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

background-color css

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

 a { background-color: rgb(142,16,171); }

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

border-color css

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

 span { border-color: rgb(142,16,171); }

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