Html Css Color HEX #8E0E89 Dark Magenta

📋 copy color: '#8E0E89'

red 142 ◦ green 14 ◦ blue 137

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

Shades of Dark Magenta #8E0E89

Tints of Dark Magenta #8E0E89

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.78%

 BLUE value IS 137 (53.91% from 255) = 46.76%

R = 48.46%
G = 4.78%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E0E89 (or 0x8E0E89) is known color: Dark Magenta. HEX triplet: 8E, 0E and 89. RGB value is (142,14,137). Sum of RGB (Red+Green+Blue) = 142+14+137=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0E89 is #71F176. Grayscale: #414141. Windows color (decimal): -7467383 or 8982158. OLE color: 8982158.

HSL color Cylindrical-coordinate representation of color #8E0E89: hue angle of 302.34º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E89 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 14 137 -
CMYK 0 0.90 0.04 0.44
HSL 302.34º 0.82% 0.31% -
HSV(B) 302.34º 0.9% 0.56% -
XYZ 15.83 7.87 24.35 -
YUV 66.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 142 14 137 0 0.90 0.04 0.44 302.34 0.82 0.31
Hex 8E E 89 0 5A 4 2C 12E 52 1F
Octal 216 16 211 0 132 4 54 456 122 37
Binary 10001110 1110 10001001 0 1011010 100 101100 100101110 1010010 11111

Color Harmonies of #8E0E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0E89

Black with #8E0E89

Text Example


Text Example

White with #8E0E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,14,137); }

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

background-color css

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

 a { background-color: rgb(142,14,137); }

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

border-color css

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

 span { border-color: rgb(142,14,137); }

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