Html Css Color HEX #8E1995 Dark Magenta

📋 copy color: '#8E1995'

red 142 ◦ green 25 ◦ blue 149

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

Shades of Dark Magenta #8E1995

Tints of Dark Magenta #8E1995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.91%

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 44.94%
G = 7.91%
B = 47.15%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E1995 (or 0x8E1995) is known color: Dark Magenta. HEX triplet: 8E, 19 and 95. RGB value is (142,25,149). Sum of RGB (Red+Green+Blue) = 142+25+149=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E1995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1995 is #71E66A. Grayscale: #494949. Windows color (decimal): -7464555 or 9771406. OLE color: 9771406.

HSL color Cylindrical-coordinate representation of color #8E1995: hue angle of 296.61º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E1995 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 25 149 -
CMYK 0.05 0.83 0 0.42
HSL 296.61º 0.71% 0.34% -
HSV(B) 296.61º 0.83% 0.58% -
XYZ 16.93 8.62 29.2 -
YUV 74.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 142 25 149 0.05 0.83 0 0.42 296.61 0.71 0.34
Hex 8E 19 95 5 53 0 2A 129 47 22
Octal 216 31 225 5 123 0 52 451 107 42
Binary 10001110 11001 10010101 101 1010011 0 101010 100101001 1000111 100010

Color Harmonies of #8E1995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1995

Black with #8E1995

Text Example


Text Example

White with #8E1995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,25,149); }

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

background-color css

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

 a { background-color: rgb(142,25,149); }

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

border-color css

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

 span { border-color: rgb(142,25,149); }

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