#9F5996

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

Shades of Violet Blue #9F5996

Tints of Violet Blue #9F5996

Color information

#9F5996 (or 0x9F5996) is unknown color: approx Violet Blue. HEX triplet: 9F, 59 and 96. RGB value is (159,89,150). Sum of RGB (Red+Green+Blue) = 159+89+150=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5996 is #60A669. Grayscale: #747474. Windows color (decimal): -6334058 or 9853343. OLE color: 9853343.

HSL color Cylindrical-coordinate representation of color #9F5996: hue angle of 307.71º 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 #9F5996 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15989150-
CMYK00.440.060.38
HSL307.71º28.23%48.63%-
HSV(B)307.71º44.03%62.35%-
XYZ23.3816.7230.85-
YUV116.88146.69158.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.95%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=39.95%
G=22.36%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598915000.440.060.38307.7128.2348.63
Hex9F599602C6261341c31
Octal2371312260546464643461
Binary10011111101100110010110010110011010011010011010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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