#9F578F

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

Shades of Violet Blue #9F578F

Tints of Violet Blue #9F578F

Color information

#9F578F (or 0x9F578F) is unknown color: approx Violet Blue. HEX triplet: 9F, 57 and 8F. RGB value is (159,87,143). Sum of RGB (Red+Green+Blue) = 159+87+143=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F578F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F578F is #60A870. Grayscale: #727272. Windows color (decimal): -6334577 or 9394079. OLE color: 9394079.

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

Color convert

RGB15987143-
CMYK00.450.100.38
HSL313.33º29.27%48.24%-
HSV(B)313.33º45.28%62.35%-
XYZ22.6616.1727.91-
YUV114.91143.85159.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.87%
GREEN value IS 87 (34.38% from 255) = 22.37%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=40.87%
G=22.37%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598714300.450.100.38313.3329.2748.24
Hex9F578F02DA261391d30
Octal23712721705512464713560
Binary100111111010111100011110101101101010011010011100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F578F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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