#8E1E92

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

Shades of Dark Purple #8E1E92

Tints of Dark Purple #8E1E92

Color information

#8E1E92 (or 0x8E1E92) is unknown color: approx Dark Purple. HEX triplet: 8E, 1E and 92. RGB value is (142,30,146). Sum of RGB (Red+Green+Blue) = 142+30+146=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E1E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1E92 is #71E16D. Grayscale: #4C4C4C. Windows color (decimal): -7463278 or 9576078. OLE color: 9576078.

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

Color convert

RGB14230146-
CMYK0.030.7900.43
HSL297.93º65.91%34.51%-
HSV(B)297.93º79.45%57.25%-
XYZ16.818.7528-
YUV76.71167.11174.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.65%
GREEN value IS 30 (12.11% from 255) = 9.43%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=44.65%
G=9.43%
B=45.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142301460.030.7900.43297.9365.9134.51
Hex8E1E9234F02B12a4223
Octal21636222311705345210243
Binary10001110111101001001011100111101010111001010101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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