#9B5599

Color #9B5599 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9B5599

Tints of Violet Blue #9B5599

Color information

#9B5599 (or 0x9B5599) is unknown color: approx Violet Blue. HEX triplet: 9B, 55 and 99. RGB value is (155,85,153). Sum of RGB (Red+Green+Blue) = 155+85+153=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5599 is #64AA66. Grayscale: #717171. Windows color (decimal): -6597223 or 10048923. OLE color: 10048923.

HSL color Cylindrical-coordinate representation of color #9B5599: hue angle of 301.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5599 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15585153-
CMYK00.450.010.39
HSL301.71º29.17%47.06%-
HSV(B)301.71º45.16%60.78%-
XYZ22.5215.7731.99-
YUV113.68150.19157.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.44%
GREEN value IS 85 (33.59% from 255) = 21.63%
BLUE value IS 153 (60.16% from 255) = 38.93%
R=39.44%
G=21.63%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558515300.450.010.39301.7129.1747.06
Hex9B559902D12712e1d2f
Octal2331252310551474563557
Binary100110111010101100110010101101110011110010111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,85,153); }

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

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

 a { background-color: rgb(155,85,153); }

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

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

 span { border-color: rgb(155,85,153); }

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