#9C2391

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

Shades of Dark Purple #9C2391

Tints of Dark Purple #9C2391

Color information

#9C2391 (or 0x9C2391) is unknown color: approx Dark Purple. HEX triplet: 9C, 23 and 91. RGB value is (156,35,145). Sum of RGB (Red+Green+Blue) = 156+35+145=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2391 is #63DC6E. Grayscale: #535353. Windows color (decimal): -6544495 or 9511836. OLE color: 9511836.

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

Color convert

RGB15635145-
CMYK00.780.070.39
HSL305.45º63.35%37.45%-
HSV(B)305.45º77.56%61.18%-
XYZ19.4210.3127.76-
YUV83.72162.59179.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 35 (14.06% from 255) = 10.42%
BLUE value IS 145 (57.03% from 255) = 43.15%
R=46.43%
G=10.42%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563514500.780.070.39305.4563.3537.45
Hex9C239104E7271313f25
Octal2344322101167474617745
Binary100111001000111001000101001110111100111100110001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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