#9E237C

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

Shades of Dark Purple #9E237C

Tints of Dark Purple #9E237C

Color information

#9E237C (or 0x9E237C) is unknown color: approx Dark Purple. HEX triplet: 9E, 23 and 7C. RGB value is (158,35,124). Sum of RGB (Red+Green+Blue) = 158+35+124=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E237C is #61DC83. Grayscale: #515151. Windows color (decimal): -6413444 or 8135582. OLE color: 8135582.

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

Color convert

RGB15835124-
CMYK00.780.220.38
HSL316.59º63.73%37.84%-
HSV(B)316.59º77.85%61.96%-
XYZ18.349.9320.02-
YUV81.92151.75182.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.84%
GREEN value IS 35 (14.06% from 255) = 11.04%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=49.84%
G=11.04%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583512400.780.220.38316.5963.7337.84
Hex9E237C04E162613d4026
Octal236431740116264647510046
Binary10011110100011111110001001110101101001101001111011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,35,124); }

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

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

 a { background-color: rgb(158,35,124); }

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

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

 span { border-color: rgb(158,35,124); }

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