#9B3576

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

Shades of Dark Purple #9B3576

Tints of Dark Purple #9B3576

Color information

#9B3576 (or 0x9B3576) is unknown color: approx Dark Purple. HEX triplet: 9B, 35 and 76. RGB value is (155,53,118). Sum of RGB (Red+Green+Blue) = 155+53+118=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3576 is #64CA89. Grayscale: #5A5A5A. Windows color (decimal): -6605450 or 7746971. OLE color: 7746971.

HSL color Cylindrical-coordinate representation of color #9B3576: hue angle of 321.76º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3576 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB15553118-
CMYK00.660.240.39
HSL321.76º49.04%40.78%-
HSV(B)321.76º65.81%60.78%-
XYZ18.0610.8218.28-
YUV90.91143.29173.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.55%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=47.55%
G=16.26%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555311800.660.240.39321.7649.0440.78
Hex9B357604218271423129
Octal23365166010230475026151
Binary1001101111010111101100100001011000100111101000010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,53,118); }

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

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

 a { background-color: rgb(155,53,118); }

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

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

 span { border-color: rgb(155,53,118); }

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