#9E2370

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

Shades of Dark Purple #9E2370

Tints of Dark Purple #9E2370

Color information

#9E2370 (or 0x9E2370) is unknown color: approx Dark Purple. HEX triplet: 9E, 23 and 70. RGB value is (158,35,112). Sum of RGB (Red+Green+Blue) = 158+35+112=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2370 is #61DC8F. Grayscale: #505050. Windows color (decimal): -6413456 or 7349150. OLE color: 7349150.

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

Color convert

RGB15835112-
CMYK00.780.290.38
HSL322.44º63.73%37.84%-
HSV(B)322.44º77.85%61.96%-
XYZ17.639.6416.26-
YUV80.55145.75183.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.80%
GREEN value IS 35 (14.06% from 255) = 11.48%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=51.80%
G=11.48%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583511200.780.290.38322.4463.7337.84
Hex9E237004E1D261424026
Octal236431600116354650210046
Binary10011110100011111000001001110111011001101010000101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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