#9F569F

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

Shades of Violet Blue #9F569F

Tints of Violet Blue #9F569F

Color information

#9F569F (or 0x9F569F) is unknown color: approx Violet Blue. HEX triplet: 9F, 56 and 9F. RGB value is (159,86,159). Sum of RGB (Red+Green+Blue) = 159+86+159=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F569F is #60A960. Grayscale: #737373. Windows color (decimal): -6334817 or 10442399. OLE color: 10442399.

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

Color convert

RGB15986159-
CMYK00.4600.38
HSL300º29.8%48.04%-
HSV(B)300º45.91%62.35%-
XYZ23.8816.5334.73-
YUV116.15152.18158.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.36%
GREEN value IS 86 (33.98% from 255) = 21.29%
BLUE value IS 159 (62.5% from 255) = 39.36%
R=39.36%
G=21.29%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598615900.4600.3830029.848.04
Hex9F569F02E02612c1e30
Octal2371262370560464543660
Binary100111111010110100111110101110010011010010110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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