#9F5997

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

Shades of Violet Blue #9F5997

Tints of Violet Blue #9F5997

Color information

#9F5997 (or 0x9F5997) is unknown color: approx Violet Blue. HEX triplet: 9F, 59 and 97. RGB value is (159,89,151). Sum of RGB (Red+Green+Blue) = 159+89+151=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5997 is #60A668. Grayscale: #747474. Windows color (decimal): -6334057 or 9918879. OLE color: 9918879.

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

Color convert

RGB15989151-
CMYK00.440.050.38
HSL306.86º28.23%48.63%-
HSV(B)306.86º44.03%62.35%-
XYZ23.4616.7531.27-
YUV117147.19157.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.85%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 151 (59.38% from 255) = 37.84%
R=39.85%
G=22.31%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598915100.440.050.38306.8628.2348.63
Hex9F599702C5261331c31
Octal2371312270545464633461
Binary10011111101100110010111010110010110011010011001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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