#9E1F82

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

Shades of Dark Purple #9E1F82

Tints of Dark Purple #9E1F82

Color information

#9E1F82 (or 0x9E1F82) is unknown color: approx Dark Purple. HEX triplet: 9E, 1F and 82. RGB value is (158,31,130). Sum of RGB (Red+Green+Blue) = 158+31+130=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1F82 is #61E07D. Grayscale: #4F4F4F. Windows color (decimal): -6414462 or 8527774. OLE color: 8527774.

HSL color Cylindrical-coordinate representation of color #9E1F82: hue angle of 313.23º 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 #9E1F82 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB15831130-
CMYK00.800.180.38
HSL313.23º67.2%37.06%-
HSV(B)313.23º80.38%61.96%-
XYZ18.629.8622.04-
YUV80.26156.08183.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.53%
GREEN value IS 31 (12.5% from 255) = 9.72%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=49.53%
G=9.72%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583113000.800.180.38313.2367.237.06
Hex9E1F8205012261394325
Octal236372020120224647110345
Binary10011110111111000001001010000100101001101001110011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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