#9E59AB

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

Shades of Violet Blue #9E59AB

Tints of Violet Blue #9E59AB

Color information

#9E59AB (or 0x9E59AB) is unknown color: approx Violet Blue. HEX triplet: 9E, 59 and AB. RGB value is (158,89,171). Sum of RGB (Red+Green+Blue) = 158+89+171=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E59AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E59AB is #61A654. Grayscale: #767676. Windows color (decimal): -6399573 or 11229598. OLE color: 11229598.

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

Color convert

RGB15889171-
CMYK0.080.4800.33
HSL290.49º32.8%50.98%-
HSV(B)290.49º47.95%67.06%-
XYZ25.0217.3540.56-
YUV118.98157.36155.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.80%
GREEN value IS 89 (35.16% from 255) = 21.29%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=37.80%
G=21.29%
B=40.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158891710.080.4800.33290.4932.850.98
Hex9E59AB8300211222133
Octal23613125310600414424163
Binary1001111010110011010101110001100000100001100100010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E59AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,89,171); }

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

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

 a { background-color: rgb(158,89,171); }

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

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

 span { border-color: rgb(158,89,171); }

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