#9F4FAB

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

Shades of Violet Blue #9F4FAB

Tints of Violet Blue #9F4FAB

Color information

#9F4FAB (or 0x9F4FAB) is unknown color: approx Violet Blue. HEX triplet: 9F, 4F and AB. RGB value is (159,79,171). Sum of RGB (Red+Green+Blue) = 159+79+171=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F4FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4FAB is #60B054. Grayscale: #717171. Windows color (decimal): -6336597 or 11227039. OLE color: 11227039.

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

Color convert

RGB15979171-
CMYK0.070.5400.33
HSL292.17º36.8%49.02%-
HSV(B)292.17º53.8%67.06%-
XYZ24.4415.940.31-
YUV113.41160.5160.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.88%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 171 (67.19% from 255) = 41.81%
R=38.88%
G=19.32%
B=41.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159791710.070.5400.33292.1736.849.02
Hex9F4FAB7360211242531
Octal2371172537660414444561
Binary100111111001111101010111111101100100001100100100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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