#9E4FAA

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

Shades of Violet Blue #9E4FAA

Tints of Violet Blue #9E4FAA

Color information

#9E4FAA (or 0x9E4FAA) is unknown color: approx Violet Blue. HEX triplet: 9E, 4F and AA. RGB value is (158,79,170). Sum of RGB (Red+Green+Blue) = 158+79+170=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 79 (31.25% from 255 or 19.41% 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 #9E4FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4FAA is #61B055. Grayscale: #707070. Windows color (decimal): -6402134 or 11161502. OLE color: 11161502.

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

Color convert

RGB15879170-
CMYK0.070.5400.33
HSL292.09º36.55%48.82%-
HSV(B)292.09º53.53%66.67%-
XYZ24.1515.7639.8-
YUV112.99160.17160.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.82%
GREEN value IS 79 (31.25% from 255) = 19.41%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=38.82%
G=19.41%
B=41.77%

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
Decimal158791700.070.5400.33292.0936.5548.82
Hex9E4FAA7360211242531
Octal2361172527660414444561
Binary100111101001111101010101111101100100001100100100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,79,170); }

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

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

 a { background-color: rgb(158,79,170); }

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

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

 span { border-color: rgb(158,79,170); }

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