#9F4FAC

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

Shades of Violet Blue #9F4FAC

Tints of Violet Blue #9F4FAC

Color information

#9F4FAC (or 0x9F4FAC) is unknown color: approx Violet Blue. HEX triplet: 9F, 4F and AC. RGB value is (159,79,172). Sum of RGB (Red+Green+Blue) = 159+79+172=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F4FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4FAC is #60B053. Grayscale: #717171. Windows color (decimal): -6336596 or 11292575. OLE color: 11292575.

HSL color Cylindrical-coordinate representation of color #9F4FAC: hue angle of 291.61º 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 #9F4FAC is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15979172-
CMYK0.080.5400.33
HSL291.61º37.05%49.22%-
HSV(B)291.61º54.07%67.45%-
XYZ24.5415.9440.81-
YUV113.52161160.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.78%
GREEN value IS 79 (31.25% from 255) = 19.27%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=38.78%
G=19.27%
B=41.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159791720.080.5400.33291.6137.0549.22
Hex9F4FAC8360211242531
Octal23711725410660414444561
Binary1001111110011111010110010001101100100001100100100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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