#9E57AA

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

Shades of Violet Blue #9E57AA

Tints of Violet Blue #9E57AA

Color information

#9E57AA (or 0x9E57AA) is unknown color: approx Violet Blue. HEX triplet: 9E, 57 and AA. RGB value is (158,87,170). Sum of RGB (Red+Green+Blue) = 158+87+170=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E57AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E57AA is #61A855. Grayscale: #757575. Windows color (decimal): -6400086 or 11163550. OLE color: 11163550.

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

Color convert

RGB15887170-
CMYK0.070.4900.33
HSL291.33º32.81%50.39%-
HSV(B)291.33º48.82%66.67%-
XYZ24.7616.9940-
YUV117.69157.52156.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.07%
GREEN value IS 87 (34.38% from 255) = 20.96%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=38.07%
G=20.96%
B=40.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158871700.070.4900.33291.3332.8150.39
Hex9E57AA7310211232132
Octal2361272527610414434162
Binary100111101010111101010101111100010100001100100011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E57AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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