#9E559A

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

Shades of Violet Blue #9E559A

Tints of Violet Blue #9E559A

Color information

#9E559A (or 0x9E559A) is unknown color: approx Violet Blue. HEX triplet: 9E, 55 and 9A. RGB value is (158,85,154). Sum of RGB (Red+Green+Blue) = 158+85+154=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E559A is #61AA65. Grayscale: #727272. Windows color (decimal): -6400614 or 10114462. OLE color: 10114462.

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

Color convert

RGB15885154-
CMYK00.460.030.38
HSL303.29º30.04%47.65%-
HSV(B)303.29º46.2%61.96%-
XYZ23.1816.132.46-
YUV114.69150.18158.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.80%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 154 (60.55% from 255) = 38.79%
R=39.80%
G=21.41%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588515400.460.030.38303.2930.0447.65
Hex9E559A02E32612f1e30
Octal2361252320563464573660
Binary1001111010101011001101001011101110011010010111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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