#9F5F96

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

Shades of Violet Blue #9F5F96

Tints of Violet Blue #9F5F96

Color information

#9F5F96 (or 0x9F5F96) is unknown color: approx Violet Blue. HEX triplet: 9F, 5F and 96. RGB value is (159,95,150). Sum of RGB (Red+Green+Blue) = 159+95+150=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5F96 is #60A069. Grayscale: #787878. Windows color (decimal): -6332522 or 9854879. OLE color: 9854879.

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

Color convert

RGB15995150-
CMYK00.400.060.38
HSL308.44º25.2%49.8%-
HSV(B)308.44º40.25%62.35%-
XYZ23.917.7631.02-
YUV120.41144.7155.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.36%
GREEN value IS 95 (37.5% from 255) = 23.51%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=39.36%
G=23.51%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599515000.400.060.38308.4425.249.8
Hex9F5F960286261341932
Octal2371372260506464643162
Binary10011111101111110010110010100011010011010011010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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