#9B5D97

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

Shades of Violet Blue #9B5D97

Tints of Violet Blue #9B5D97

Color information

#9B5D97 (or 0x9B5D97) is unknown color: approx Violet Blue. HEX triplet: 9B, 5D and 97. RGB value is (155,93,151). Sum of RGB (Red+Green+Blue) = 155+93+151=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5D97 is #64A268. Grayscale: #757575. Windows color (decimal): -6595177 or 9919899. OLE color: 9919899.

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

Color convert

RGB15593151-
CMYK00.40.030.39
HSL303.87º25%48.63%-
HSV(B)303.87º40%60.78%-
XYZ23.0217.0331.35-
YUV118.15146.54154.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.85%
GREEN value IS 93 (36.72% from 255) = 23.31%
BLUE value IS 151 (59.38% from 255) = 37.84%
R=38.85%
G=23.31%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559315100.40.030.39303.872548.63
Hex9B5D970283271301931
Octal2331352270503474603161
Binary1001101110111011001011101010001110011110011000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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