#9F4EAA

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

Shades of Violet Blue #9F4EAA

Tints of Violet Blue #9F4EAA

Color information

#9F4EAA (or 0x9F4EAA) is unknown color: approx Violet Blue. HEX triplet: 9F, 4E and AA. RGB value is (159,78,170). Sum of RGB (Red+Green+Blue) = 159+78+170=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F4EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4EAA is #60B155. Grayscale: #707070. Windows color (decimal): -6336854 or 11161247. OLE color: 11161247.

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

Color convert

RGB15978170-
CMYK0.060.5400.33
HSL292.83º37.1%48.63%-
HSV(B)292.83º54.12%66.67%-
XYZ24.2815.7239.79-
YUV112.71160.34161.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.07%
GREEN value IS 78 (30.86% from 255) = 19.16%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=39.07%
G=19.16%
B=41.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159781700.060.5400.33292.8337.148.63
Hex9F4EAA6360211252531
Octal2371162526660414454561
Binary100111111001110101010101101101100100001100100101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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