#9e1f8d

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

Shades of Dark Purple #9E1F8D

Tints of Dark Purple #9E1F8D

Color information

#9E1F8D (or 0x9E1F8D) is unknown color: approx Dark Purple. HEX triplet: 9E, 1F and 8D. RGB value is (158,31,141). Sum of RGB (Red+Green+Blue) = 158+31+141=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1F8D is #61E072. Grayscale: #515151. Windows color (decimal): -6414451 or 9248670. OLE color: 9248670.

HSL color Cylindrical-coordinate representation of color #9E1F8D: hue angle of 308.03º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E1F8D is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB15831141-
CMYK00.800.110.38
HSL308.03º67.2%37.06%-
HSV(B)308.03º80.38%61.96%-
XYZ19.410.1726.14-
YUV81.51161.58182.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.88%
GREEN value IS 31 (12.5% from 255) = 9.39%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=47.88%
G=9.39%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583114100.800.110.38308.0367.237.06
Hex9E1F8D050B261344325
Octal236372150120134646410345
Binary1001111011111100011010101000010111001101001101001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e1f8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,31,141); }

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

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

 a { background-color: rgb(158,31,141); }

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

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

 span { border-color: rgb(158,31,141); }

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