#9F4EAB

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

Shades of Violet Blue #9F4EAB

Tints of Violet Blue #9F4EAB

Color information

#9F4EAB (or 0x9F4EAB) is unknown color: approx Violet Blue. HEX triplet: 9F, 4E and AB. RGB value is (159,78,171). Sum of RGB (Red+Green+Blue) = 159+78+171=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F4EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4EAB is #60B154. Grayscale: #707070. Windows color (decimal): -6336853 or 11226783. OLE color: 11226783.

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

Color convert

RGB15978171-
CMYK0.070.5400.33
HSL292.26º37.35%48.82%-
HSV(B)292.26º54.39%67.06%-
XYZ24.3715.7640.29-
YUV112.82160.84160.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.97%
GREEN value IS 78 (30.86% from 255) = 19.12%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=38.97%
G=19.12%
B=41.91%

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
Decimal159781710.070.5400.33292.2637.3548.82
Hex9F4EAB7360211242531
Octal2371162537660414444561
Binary100111111001110101010111111101100100001100100100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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