#9E2C79

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

Shades of Dark Purple #9E2C79

Tints of Dark Purple #9E2C79

Color information

#9E2C79 (or 0x9E2C79) is unknown color: approx Dark Purple. HEX triplet: 9E, 2C and 79. RGB value is (158,44,121). Sum of RGB (Red+Green+Blue) = 158+44+121=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2C79 is #61D386. Grayscale: #565656. Windows color (decimal): -6411143 or 7941278. OLE color: 7941278.

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

Color convert

RGB15844121-
CMYK00.720.230.38
HSL319.47º56.44%39.61%-
HSV(B)319.47º72.15%61.96%-
XYZ18.4510.4519.13-
YUV86.86147.27178.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.92%
GREEN value IS 44 (17.58% from 255) = 13.62%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=48.92%
G=13.62%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584412100.720.230.38319.4756.4439.61
Hex9E2C79048172613f3828
Octal23654171011027464777050
Binary1001111010110011110010100100010111100110100111111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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