#9B7597

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

Shades of Violet Blue #9B7597

Tints of Violet Blue #9B7597

Color information

#9B7597 (or 0x9B7597) is unknown color: approx Violet Blue. HEX triplet: 9B, 75 and 97. RGB value is (155,117,151). Sum of RGB (Red+Green+Blue) = 155+117+151=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7597 is #648A68. Grayscale: #848484. Windows color (decimal): -6589033 or 9926043. OLE color: 9926043.

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

Color convert

RGB155117151-
CMYK00.250.030.39
HSL306.32º15.97%53.33%-
HSV(B)306.32º24.52%60.78%-
XYZ25.4621.9332.17-
YUV132.24138.59144.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.64%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 151 (59.38% from 255) = 35.70%
R=36.64%
G=27.66%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511715100.250.030.39306.3215.9753.33
Hex9B75970193271321035
Octal2331652270313474622065
Binary100110111110101100101110110011110011110011001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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