Html Css Color HEX #8E0F91 Dark Magenta

📋 copy color: '#8E0F91'

red 142 ◦ green 15 ◦ blue 145

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

Shades of Dark Magenta #8E0F91

Tints of Dark Magenta #8E0F91

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.97%

 BLUE value IS 145 (57.03% from 255) = 48.01%

R = 47.02%
G = 4.97%
B = 48.01%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E0F91 (or 0x8E0F91) is known color: Dark Magenta. HEX triplet: 8E, 0F and 91. RGB value is (142,15,145). Sum of RGB (Red+Green+Blue) = 142+15+145=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E0F91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0F91 is #71F06E. Grayscale: #434343. Windows color (decimal): -7467119 or 9506702. OLE color: 9506702.

HSL color Cylindrical-coordinate representation of color #8E0F91: hue angle of 298.62º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0F91 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 15 145 -
CMYK 0.02 0.90 0 0.43
HSL 298.62º 0.81% 0.31% -
HSV(B) 298.62º 0.9% 0.57% -
XYZ 16.44 8.14 27.49 -
YUV 67.79 171.58 180.93 -
System Red Green Blue C M Y K H S L
Decimal 142 15 145 0.02 0.90 0 0.43 298.62 0.81 0.31
Hex 8E F 91 2 5A 0 2B 12B 51 1F
Octal 216 17 221 2 132 0 53 453 121 37
Binary 10001110 1111 10010001 10 1011010 0 101011 100101011 1010001 11111

Color Harmonies of #8E0F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0F91

Black with #8E0F91

Text Example


Text Example

White with #8E0F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,15,145); }

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

background-color css

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

 a { background-color: rgb(142,15,145); }

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

border-color css

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

 span { border-color: rgb(142,15,145); }

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