#9E1E7D

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

Shades of Dark Purple #9E1E7D

Tints of Dark Purple #9E1E7D

Color information

#9E1E7D (or 0x9E1E7D) is unknown color: approx Dark Purple. HEX triplet: 9E, 1E and 7D. RGB value is (158,30,125). Sum of RGB (Red+Green+Blue) = 158+30+125=313 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.48% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1E7D is #61E182. Grayscale: #4E4E4E. Windows color (decimal): -6414723 or 8199838. OLE color: 8199838.

HSL color Cylindrical-coordinate representation of color #9E1E7D: hue angle of 315.47º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E1E7D is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB15830125-
CMYK00.810.210.38
HSL315.47º68.09%36.86%-
HSV(B)315.47º81.01%61.96%-
XYZ18.279.6820.31-
YUV79.1153.91184.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.48%
GREEN value IS 30 (12.11% from 255) = 9.58%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=50.48%
G=9.58%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583012500.810.210.38315.4768.0936.86
Hex9E1E7D051152613b4425
Octal236361750121254647310445
Binary1001111011110111110101010001101011001101001110111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E1E7D; }

 p { color: rgb(158,30,125); }

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

<style>
 a { background-color: #9E1E7D; }

 a { background-color: rgb(158,30,125); }

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

<style>
 span { border-color: #9E1E7D; }

 span { border-color: rgb(158,30,125); }

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