Html Css Color HEX #8E02AB Dark Magenta

📋 copy color: '#8E02AB'

red 142 ◦ green 2 ◦ blue 171

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

Shades of Dark Magenta #8E02AB

Tints of Dark Magenta #8E02AB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 45.08%
G = 0.63%
B = 54.29%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E02AB (or 0x8E02AB) is known color: Dark Magenta. HEX triplet: 8E, 02 and AB. RGB value is (142,2,171). Sum of RGB (Red+Green+Blue) = 142+2+171=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E02AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E02AB is #71FD54. Grayscale: #3E3E3E. Windows color (decimal): -7470421 or 11207310. OLE color: 11207310.

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

Color convert

RGB 142 2 171 -
CMYK 0.17 0.99 0 0.33
HSL 289.7º 0.98% 0.34% -
HSV(B) 289.7º 0.99% 0.67% -
XYZ 18.53 8.73 39.24 -
YUV 63.13 188.88 184.26 -
System Red Green Blue C M Y K H S L
Decimal 142 2 171 0.17 0.99 0 0.33 289.7 0.98 0.34
Hex 8E 2 AB 11 63 0 21 122 62 22
Octal 216 2 253 21 143 0 41 442 142 42
Binary 10001110 10 10101011 10001 1100011 0 100001 100100010 1100010 100010

Color Harmonies of #8E02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E02AB

Black with #8E02AB

Text Example


Text Example

White with #8E02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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