#9E1479

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

Shades of Dark Purple #9E1479

Tints of Dark Purple #9E1479

Color information

#9E1479 (or 0x9E1479) is unknown color: approx Dark Purple. HEX triplet: 9E, 14 and 79. RGB value is (158,20,121). Sum of RGB (Red+Green+Blue) = 158+20+121=299 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.84% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1479 is #61EB86. Grayscale: #484848. Windows color (decimal): -6417287 or 7935134. OLE color: 7935134.

HSL color Cylindrical-coordinate representation of color #9E1479: hue angle of 316.09º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1479 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB15820121-
CMYK00.870.230.38
HSL316.09º77.53%34.9%-
HSV(B)316.09º87.34%61.96%-
XYZ17.89.1518.92-
YUV72.78155.22188.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.84%
GREEN value IS 20 (8.20% from 255) = 6.69%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=52.84%
G=6.69%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582012100.870.230.38316.0977.5334.9
Hex9E1479057172613c4e23
Octal236241710127274647411643
Binary1001111010100111100101010111101111001101001111001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,20,121); }

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

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

 a { background-color: rgb(158,20,121); }

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

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

 span { border-color: rgb(158,20,121); }

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