Html Css Color HEX #8E1192 Dark Magenta

📋 copy color: '#8E1192'

red 142 ◦ green 17 ◦ blue 146

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

Shades of Dark Magenta #8E1192

Tints of Dark Magenta #8E1192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.57%

 BLUE value IS 146 (57.42% from 255) = 47.87%

R = 46.56%
G = 5.57%
B = 47.87%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E1192 (or 0x8E1192) is known color: Dark Magenta. HEX triplet: 8E, 11 and 92. RGB value is (142,17,146). Sum of RGB (Red+Green+Blue) = 142+17+146=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E1192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1192 is #71EE6D. Grayscale: #444444. Windows color (decimal): -7466606 or 9572750. OLE color: 9572750.

HSL color Cylindrical-coordinate representation of color #8E1192: hue angle of 298.14º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1192 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 17 146 -
CMYK 0.03 0.88 0 0.43
HSL 298.14º 0.79% 0.32% -
HSV(B) 298.14º 0.88% 0.57% -
XYZ 16.54 8.23 27.91 -
YUV 69.08 171.41 180.01 -
System Red Green Blue C M Y K H S L
Decimal 142 17 146 0.03 0.88 0 0.43 298.14 0.79 0.32
Hex 8E 11 92 3 58 0 2B 12A 4F 20
Octal 216 21 222 3 130 0 53 452 117 40
Binary 10001110 10001 10010010 11 1011000 0 101011 100101010 1001111 100000

Color Harmonies of #8E1192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1192

Black with #8E1192

Text Example


Text Example

White with #8E1192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,146); }

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

background-color css

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

 a { background-color: rgb(142,17,146); }

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

border-color css

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

 span { border-color: rgb(142,17,146); }

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