#9F5E99

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

Shades of Violet Blue #9F5E99

Tints of Violet Blue #9F5E99

Color information

#9F5E99 (or 0x9F5E99) is unknown color: approx Violet Blue. HEX triplet: 9F, 5E and 99. RGB value is (159,94,153). Sum of RGB (Red+Green+Blue) = 159+94+153=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5E99 is #60A166. Grayscale: #777777. Windows color (decimal): -6332775 or 10051231. OLE color: 10051231.

HSL color Cylindrical-coordinate representation of color #9F5E99: hue angle of 305.54º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F5E99 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15994153-
CMYK00.410.040.38
HSL305.54º25.69%49.61%-
HSV(B)305.54º40.88%62.35%-
XYZ24.0517.6832.28-
YUV120.16146.53155.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=39.16%
G=23.15%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599415300.410.040.38305.5425.6949.61
Hex9F5E990294261321a32
Octal2371362310514464623262
Binary10011111101111010011001010100110010011010011001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,94,153); }

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

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

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

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

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

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

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