#9E589A

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

Shades of Violet Blue #9E589A

Tints of Violet Blue #9E589A

Color information

#9E589A (or 0x9E589A) is unknown color: approx Violet Blue. HEX triplet: 9E, 58 and 9A. RGB value is (158,88,154). Sum of RGB (Red+Green+Blue) = 158+88+154=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E589A is #61A765. Grayscale: #747474. Windows color (decimal): -6399846 or 10115230. OLE color: 10115230.

HSL color Cylindrical-coordinate representation of color #9E589A: hue angle of 303.43º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E589A is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15888154-
CMYK00.440.030.38
HSL303.43º28.46%48.24%-
HSV(B)303.43º44.3%61.96%-
XYZ23.4216.5832.54-
YUV116.45149.19157.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.5%
GREEN value IS 88 (34.77% from 255) = 22%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=39.5%
G=22%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588815400.440.030.38303.4328.4648.24
Hex9E589A02C32612f1c30
Octal2361302320543464573460
Binary1001111010110001001101001011001110011010010111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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