#9F599F

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

Shades of Violet Blue #9F599F

Tints of Violet Blue #9F599F

Color information

#9F599F (or 0x9F599F) is unknown color: approx Violet Blue. HEX triplet: 9F, 59 and 9F. RGB value is (159,89,159). Sum of RGB (Red+Green+Blue) = 159+89+159=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F599F is #60A660. Grayscale: #757575. Windows color (decimal): -6334049 or 10443167. OLE color: 10443167.

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

Color convert

RGB15989159-
CMYK00.4400.38
HSL300º28.23%48.63%-
HSV(B)300º44.03%62.35%-
XYZ24.1317.0234.81-
YUV117.91151.19157.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.07%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=39.07%
G=21.87%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598915900.4400.3830028.2348.63
Hex9F599F02C02612c1c31
Octal2371312370540464543461
Binary100111111011001100111110101100010011010010110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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