#9F499A

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

Shades of Violet Blue #9F499A

Tints of Violet Blue #9F499A

Color information

#9F499A (or 0x9F499A) is unknown color: approx Violet Blue. HEX triplet: 9F, 49 and 9A. RGB value is (159,73,154). Sum of RGB (Red+Green+Blue) = 159+73+154=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F499A is #60B665. Grayscale: #6B6B6B. Windows color (decimal): -6338150 or 10111391. OLE color: 10111391.

HSL color Cylindrical-coordinate representation of color #9F499A: hue angle of 303.49º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F499A is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15973154-
CMYK00.540.030.38
HSL303.49º37.07%45.49%-
HSV(B)303.49º54.09%62.35%-
XYZ22.5114.4732.18-
YUV107.95153.99164.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 154 (60.55% from 255) = 39.90%
R=41.19%
G=18.91%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597315400.540.030.38303.4937.0745.49
Hex9F499A03632612f252d
Octal2371112320663464574555
Binary10011111100100110011010011011011100110100101111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,73,154); }

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

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

 a { background-color: rgb(159,73,154); }

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

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

 span { border-color: rgb(159,73,154); }

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