#9F558F

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

Shades of Violet Blue #9F558F

Tints of Violet Blue #9F558F

Color information

#9F558F (or 0x9F558F) is unknown color: approx Violet Blue. HEX triplet: 9F, 55 and 8F. RGB value is (159,85,143). Sum of RGB (Red+Green+Blue) = 159+85+143=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F558F is #60AA70. Grayscale: #717171. Windows color (decimal): -6335089 or 9393567. OLE color: 9393567.

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

Color convert

RGB15985143-
CMYK00.470.100.38
HSL312.97º30.33%47.84%-
HSV(B)312.97º46.54%62.35%-
XYZ22.515.8527.86-
YUV113.74144.52160.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 143 (56.25% from 255) = 36.95%
R=41.09%
G=21.96%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598514300.470.100.38312.9730.3347.84
Hex9F558F02FA261391e30
Octal23712521705712464713660
Binary100111111010101100011110101111101010011010011100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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