#9F579A

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

Shades of Violet Blue #9F579A

Tints of Violet Blue #9F579A

Color information

#9F579A (or 0x9F579A) is unknown color: approx Violet Blue. HEX triplet: 9F, 57 and 9A. RGB value is (159,87,154). Sum of RGB (Red+Green+Blue) = 159+87+154=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F579A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F579A is #60A865. Grayscale: #737373. Windows color (decimal): -6334566 or 10114975. OLE color: 10114975.

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

Color convert

RGB15987154-
CMYK00.450.030.38
HSL304.17º29.27%48.24%-
HSV(B)304.17º45.28%62.35%-
XYZ23.5416.5232.52-
YUV116.17149.35158.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.75%
GREEN value IS 87 (34.38% from 255) = 21.75%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=39.75%
G=21.75%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598715400.450.030.38304.1729.2748.24
Hex9F579A02D3261301d30
Octal2371272320553464603560
Binary1001111110101111001101001011011110011010011000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,87,154); }

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

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

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

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

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

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

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