#9E2C77

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

Shades of Dark Purple #9E2C77

Tints of Dark Purple #9E2C77

Color information

#9E2C77 (or 0x9E2C77) is unknown color: approx Dark Purple. HEX triplet: 9E, 2C and 77. RGB value is (158,44,119). Sum of RGB (Red+Green+Blue) = 158+44+119=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2C77 is #61D388. Grayscale: #565656. Windows color (decimal): -6411145 or 7810206. OLE color: 7810206.

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

Color convert

RGB15844119-
CMYK00.720.250.38
HSL320.53º56.44%39.61%-
HSV(B)320.53º72.15%61.96%-
XYZ18.3310.418.49-
YUV86.64146.27178.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.22%
GREEN value IS 44 (17.58% from 255) = 13.71%
BLUE value IS 119 (46.88% from 255) = 37.07%
R=49.22%
G=13.71%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584411900.720.250.38320.5356.4439.61
Hex9E2C7704819261413828
Octal23654167011031465017050
Binary1001111010110011101110100100011001100110101000001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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