#9B5897

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

Shades of Violet Blue #9B5897

Tints of Violet Blue #9B5897

Color information

#9B5897 (or 0x9B5897) is unknown color: approx Violet Blue. HEX triplet: 9B, 58 and 97. RGB value is (155,88,151). Sum of RGB (Red+Green+Blue) = 155+88+151=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5897 is #64A768. Grayscale: #737373. Windows color (decimal): -6596457 or 9918619. OLE color: 9918619.

HSL color Cylindrical-coordinate representation of color #9B5897: hue angle of 303.58º degrees, saturation: 0.28, 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 #9B5897 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15588151-
CMYK00.430.030.39
HSL303.58º27.57%47.65%-
HSV(B)303.58º43.23%60.78%-
XYZ22.5916.1831.21-
YUV115.22148.2156.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.34%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 151 (59.38% from 255) = 38.32%
R=39.34%
G=22.34%
B=38.32%

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
Decimal1558815100.430.030.39303.5827.5747.65
Hex9B589702B3271301c30
Octal2331302270533474603460
Binary1001101110110001001011101010111110011110011000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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