Html Css Color HEX #8E1B95 Dark Magenta

📋 copy color: '#8E1B95'

red 142 ◦ green 27 ◦ blue 149

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

Shades of Dark Magenta #8E1B95

Tints of Dark Magenta #8E1B95

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.49%

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

R = 44.65%
G = 8.49%
B = 46.86%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E1B95 (or 0x8E1B95) is known color: Dark Magenta. HEX triplet: 8E, 1B and 95. RGB value is (142,27,149). Sum of RGB (Red+Green+Blue) = 142+27+149=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E1B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1B95 is #71E46A. Grayscale: #4A4A4A. Windows color (decimal): -7464043 or 9771918. OLE color: 9771918.

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

Color convert

RGB 142 27 149 -
CMYK 0.05 0.82 0 0.42
HSL 296.56º 0.69% 0.35% -
HSV(B) 296.56º 0.82% 0.58% -
XYZ 16.97 8.7 29.22 -
YUV 75.29 169.6 175.58 -
System Red Green Blue C M Y K H S L
Decimal 142 27 149 0.05 0.82 0 0.42 296.56 0.69 0.35
Hex 8E 1B 95 5 52 0 2A 129 45 23
Octal 216 33 225 5 122 0 52 451 105 43
Binary 10001110 11011 10010101 101 1010010 0 101010 100101001 1000101 100011

Color Harmonies of #8E1B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B95

Black with #8E1B95

Text Example


Text Example

White with #8E1B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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