#9F589F

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

Shades of Violet Blue #9F589F

Tints of Violet Blue #9F589F

Color information

#9F589F (or 0x9F589F) is unknown color: approx Violet Blue. HEX triplet: 9F, 58 and 9F. RGB value is (159,88,159). Sum of RGB (Red+Green+Blue) = 159+88+159=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F589F is #60A760. Grayscale: #757575. Windows color (decimal): -6334305 or 10442911. OLE color: 10442911.

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

Color convert

RGB15988159-
CMYK00.4500.38
HSL300º28.74%48.43%-
HSV(B)300º44.65%62.35%-
XYZ24.0516.8534.79-
YUV117.32151.52157.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 88 (34.77% from 255) = 21.67%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=39.16%
G=21.67%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598815900.4500.3830028.7448.43
Hex9F589F02D02612c1d30
Octal2371302370550464543560
Binary100111111011000100111110101101010011010010110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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