#9E1F7E

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

Shades of Dark Purple #9E1F7E

Tints of Dark Purple #9E1F7E

Color information

#9E1F7E (or 0x9E1F7E) is unknown color: approx Dark Purple. HEX triplet: 9E, 1F and 7E. RGB value is (158,31,126). Sum of RGB (Red+Green+Blue) = 158+31+126=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1F7E is #61E081. Grayscale: #4F4F4F. Windows color (decimal): -6414466 or 8265630. OLE color: 8265630.

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

Color convert

RGB15831126-
CMYK00.800.200.38
HSL315.12º67.2%37.06%-
HSV(B)315.12º80.38%61.96%-
XYZ18.369.7620.65-
YUV79.8154.08183.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.16%
GREEN value IS 31 (12.5% from 255) = 9.84%
BLUE value IS 126 (49.61% from 255) = 40%
R=50.16%
G=9.84%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583112600.800.200.38315.1267.237.06
Hex9E1F7E050142613b4325
Octal236371760120244647310345
Binary1001111011111111111001010000101001001101001110111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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