#9F49AB

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

Shades of Violet Blue #9F49AB

Tints of Violet Blue #9F49AB

Color information

#9F49AB (or 0x9F49AB) is unknown color: approx Violet Blue. HEX triplet: 9F, 49 and AB. RGB value is (159,73,171). Sum of RGB (Red+Green+Blue) = 159+73+171=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F49AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F49AB is #60B654. Grayscale: #6D6D6D. Windows color (decimal): -6338133 or 11225503. OLE color: 11225503.

HSL color Cylindrical-coordinate representation of color #9F49AB: hue angle of 292.65º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F49AB is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15973171-
CMYK0.070.5700.33
HSL292.65º40.16%47.84%-
HSV(B)292.65º57.31%67.06%-
XYZ24.0315.0840.17-
YUV109.89162.49163.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.45%
GREEN value IS 73 (28.91% from 255) = 18.11%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=39.45%
G=18.11%
B=42.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159731710.070.5700.33292.6540.1647.84
Hex9F49AB7390211252830
Octal2371112537710414455060
Binary100111111001001101010111111110010100001100100101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F49AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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