#9F5597

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

Shades of Violet Blue #9F5597

Tints of Violet Blue #9F5597

Color information

#9F5597 (or 0x9F5597) is unknown color: approx Violet Blue. HEX triplet: 9F, 55 and 97. RGB value is (159,85,151). Sum of RGB (Red+Green+Blue) = 159+85+151=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5597 is #60AA68. Grayscale: #727272. Windows color (decimal): -6335081 or 9917855. OLE color: 9917855.

HSL color Cylindrical-coordinate representation of color #9F5597: hue angle of 306.49º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5597 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB15985151-
CMYK00.470.050.38
HSL306.49º30.33%47.84%-
HSV(B)306.49º46.54%62.35%-
XYZ23.1316.131.17-
YUV114.65148.52159.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.25%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=40.25%
G=21.52%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598515100.470.050.38306.4930.3347.84
Hex9F559702F5261321e30
Octal2371252270575464623660
Binary10011111101010110010111010111110110011010011001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,85,151); }

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

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

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

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

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

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

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