#9F4F96

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

Shades of Violet Blue #9F4F96

Tints of Violet Blue #9F4F96

Color information

#9F4F96 (or 0x9F4F96) is unknown color: approx Violet Blue. HEX triplet: 9F, 4F and 96. RGB value is (159,79,150). Sum of RGB (Red+Green+Blue) = 159+79+150=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4F96 is #60B069. Grayscale: #6E6E6E. Windows color (decimal): -6336618 or 9850783. OLE color: 9850783.

HSL color Cylindrical-coordinate representation of color #9F4F96: hue angle of 306.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F4F96 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15979150-
CMYK00.500.060.38
HSL306.75º33.61%46.67%-
HSV(B)306.75º50.31%62.35%-
XYZ22.615.1630.59-
YUV111.01150162.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.98%
GREEN value IS 79 (31.25% from 255) = 20.36%
BLUE value IS 150 (58.98% from 255) = 38.66%
R=40.98%
G=20.36%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597915000.500.060.38306.7533.6146.67
Hex9F4F96032626133222f
Octal2371172260626464634257
Binary100111111001111100101100110010110100110100110011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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