#9C2397

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

Shades of Dark Purple #9C2397

Tints of Dark Purple #9C2397

Color information

#9C2397 (or 0x9C2397) is unknown color: approx Dark Purple. HEX triplet: 9C, 23 and 97. RGB value is (156,35,151). Sum of RGB (Red+Green+Blue) = 156+35+151=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2397 is #63DC68. Grayscale: #545454. Windows color (decimal): -6544489 or 9905052. OLE color: 9905052.

HSL color Cylindrical-coordinate representation of color #9C2397: hue angle of 302.48º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2397 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15635151-
CMYK00.780.030.39
HSL302.48º63.35%37.45%-
HSV(B)302.48º77.56%61.18%-
XYZ19.910.530.26-
YUV84.4165.59179.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.61%
GREEN value IS 35 (14.06% from 255) = 10.23%
BLUE value IS 151 (59.38% from 255) = 44.15%
R=45.61%
G=10.23%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563515100.780.030.39302.4863.3537.45
Hex9C239704E32712e3f25
Octal2344322701163474567745
Binary10011100100011100101110100111011100111100101110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,35,151); }

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

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

 a { background-color: rgb(156,35,151); }

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

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

 span { border-color: rgb(156,35,151); }

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