#9B559B

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

Shades of Violet Blue #9B559B

Tints of Violet Blue #9B559B

Color information

#9B559B (or 0x9B559B) is unknown color: approx Violet Blue. HEX triplet: 9B, 55 and 9B. RGB value is (155,85,155). Sum of RGB (Red+Green+Blue) = 155+85+155=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B559B is #64AA64. Grayscale: #717171. Windows color (decimal): -6597221 or 10179995. OLE color: 10179995.

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

Color convert

RGB15585155-
CMYK00.4500.39
HSL300º29.17%47.06%-
HSV(B)300º45.16%60.78%-
XYZ22.6815.8332.87-
YUV113.91151.19157.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.24%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=39.24%
G=21.52%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558515500.4500.3930029.1747.06
Hex9B559B02D02712c1d2f
Octal2331252330550474543557
Binary100110111010101100110110101101010011110010110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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