Html Css Color HEX #8E0096 Dark Magenta

📋 copy color: '#8E0096'

red 142 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #8E0096

Tints of Dark Magenta #8E0096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 51.37%

R = 48.63%
G = 0%
B = 51.37%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E0096 (or 0x8E0096) is known color: Dark Magenta. HEX triplet: 8E, 00 and 96. RGB value is (142,0,150). Sum of RGB (Red+Green+Blue) = 142+0+150=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E0096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0096 is #71FF69. Grayscale: #3B3B3B. Windows color (decimal): -7470954 or 9830542. OLE color: 9830542.

HSL color Cylindrical-coordinate representation of color #8E0096: hue angle of 296.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E0096 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 0 150 -
CMYK 0.05 1 0 0.41
HSL 296.8º 1% 0.29% -
HSV(B) 296.8º 1% 0.59% -
XYZ 16.66 7.95 29.51 -
YUV 59.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 142 0 150 0.05 1 0 0.41 296.8 1 0.29
Hex 8E 0 96 5 64 0 29 129 64 1D
Octal 216 0 226 5 144 0 51 451 144 35
Binary 10001110 0 10010110 101 1100100 0 101001 100101001 1100100 11101

Color Harmonies of #8E0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0096

Black with #8E0096

Text Example


Text Example

White with #8E0096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,0,150); }

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

background-color css

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

 a { background-color: rgb(142,0,150); }

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

border-color css

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

 span { border-color: rgb(142,0,150); }

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