#9E58AB

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

Shades of Violet Blue #9E58AB

Tints of Violet Blue #9E58AB

Color information

#9E58AB (or 0x9E58AB) is unknown color: approx Violet Blue. HEX triplet: 9E, 58 and AB. RGB value is (158,88,171). Sum of RGB (Red+Green+Blue) = 158+88+171=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E58AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E58AB is #61A754. Grayscale: #767676. Windows color (decimal): -6399829 or 11229342. OLE color: 11229342.

HSL color Cylindrical-coordinate representation of color #9E58AB: hue angle of 290.6º degrees, saturation: 0.33, 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 #9E58AB is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15888171-
CMYK0.080.4900.33
HSL290.6º33.07%50.78%-
HSV(B)290.6º48.54%67.06%-
XYZ24.9417.1940.53-
YUV118.39157.69156.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.89%
GREEN value IS 88 (34.77% from 255) = 21.10%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=37.89%
G=21.10%
B=41.01%

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
Decimal158881710.080.4900.33290.633.0750.78
Hex9E58AB8310211232133
Octal23613025310610414434163
Binary1001111010110001010101110001100010100001100100011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E58AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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