#9F5F98

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

Shades of Violet Blue #9F5F98

Tints of Violet Blue #9F5F98

Color information

#9F5F98 (or 0x9F5F98) is unknown color: approx Violet Blue. HEX triplet: 9F, 5F and 98. RGB value is (159,95,152). Sum of RGB (Red+Green+Blue) = 159+95+152=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5F98 is #60A067. Grayscale: #787878. Windows color (decimal): -6332520 or 9985951. OLE color: 9985951.

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

Color convert

RGB15995152-
CMYK00.400.040.38
HSL306.56º25.2%49.8%-
HSV(B)306.56º40.25%62.35%-
XYZ24.0617.8231.88-
YUV120.63145.7155.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=39.16%
G=23.40%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599515200.400.040.38306.5625.249.8
Hex9F5F980284261331932
Octal2371372300504464633162
Binary10011111101111110011000010100010010011010011001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,95,152); }

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

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

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

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

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

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

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