#9E237D

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

Shades of Dark Purple #9E237D

Tints of Dark Purple #9E237D

Color information

#9E237D (or 0x9E237D) is unknown color: approx Dark Purple. HEX triplet: 9E, 23 and 7D. RGB value is (158,35,125). Sum of RGB (Red+Green+Blue) = 158+35+125=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E237D is #61DC82. Grayscale: #515151. Windows color (decimal): -6413443 or 8201118. OLE color: 8201118.

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

Color convert

RGB15835125-
CMYK00.780.210.38
HSL316.1º63.73%37.84%-
HSV(B)316.1º77.85%61.96%-
XYZ18.49.9520.35-
YUV82.04152.25182.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.69%
GREEN value IS 35 (14.06% from 255) = 11.01%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=49.69%
G=11.01%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583512500.780.210.38316.163.7337.84
Hex9E237D04E152613c4026
Octal236431750116254647410046
Binary10011110100011111110101001110101011001101001111001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E237D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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