#9E57AC

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

Shades of Violet Blue #9E57AC

Tints of Violet Blue #9E57AC

Color information

#9E57AC (or 0x9E57AC) is unknown color: approx Violet Blue. HEX triplet: 9E, 57 and AC. RGB value is (158,87,172). Sum of RGB (Red+Green+Blue) = 158+87+172=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E57AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E57AC is #61A853. Grayscale: #757575. Windows color (decimal): -6400084 or 11294622. OLE color: 11294622.

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

Color convert

RGB15887172-
CMYK0.080.4900.33
HSL290.12º33.86%50.78%-
HSV(B)290.12º49.42%67.45%-
XYZ24.9617.0641.01-
YUV117.92158.52156.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.89%
GREEN value IS 87 (34.38% from 255) = 20.86%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=37.89%
G=20.86%
B=41.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158871720.080.4900.33290.1233.8650.78
Hex9E57AC8310211222233
Octal23612725410610414424263
Binary1001111010101111010110010001100010100001100100010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E57AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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