#9B5997

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

Shades of Violet Blue #9B5997

Tints of Violet Blue #9B5997

Color information

#9B5997 (or 0x9B5997) is unknown color: approx Violet Blue. HEX triplet: 9B, 59 and 97. RGB value is (155,89,151). Sum of RGB (Red+Green+Blue) = 155+89+151=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5997 is #64A668. Grayscale: #737373. Windows color (decimal): -6596201 or 9918875. OLE color: 9918875.

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

Color convert

RGB15589151-
CMYK00.430.030.39
HSL303.64º27.05%47.84%-
HSV(B)303.64º42.58%60.78%-
XYZ22.6816.3531.24-
YUV115.8147.87155.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.24%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=39.24%
G=22.53%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558915100.430.030.39303.6427.0547.84
Hex9B599702B3271301b30
Octal2331312270533474603360
Binary1001101110110011001011101010111110011110011000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,89,151); }

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

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

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

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

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

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

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