#8E1C92

Color #8E1C92 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8E1C92

Tints of Dark Magenta #8E1C92

Color information

#8E1C92 (or 0x8E1C92) is unknown color: approx Dark Magenta. HEX triplet: 8E, 1C and 92. RGB value is (142,28,146). Sum of RGB (Red+Green+Blue) = 142+28+146=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E1C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1C92 is #71E36D. Grayscale: #4B4B4B. Windows color (decimal): -7463790 or 9575566. OLE color: 9575566.

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

Color convert

RGB14228146-
CMYK0.030.8100.43
HSL297.97º67.82%34.12%-
HSV(B)297.97º80.82%57.25%-
XYZ16.768.6627.98-
YUV75.54167.77175.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.94%
GREEN value IS 28 (11.33% from 255) = 8.86%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=44.94%
G=8.86%
B=46.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142281460.030.8100.43297.9767.8234.12
Hex8E1C9235102B12a4422
Octal21634222312105345210442
Binary10001110111001001001011101000101010111001010101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E1C92;
 }
 .AnyTagClassName
 {
   color: #8E1C92;
 }
</style>
background-color css

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

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

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

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

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

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