#9E559D

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

Shades of Violet Blue #9E559D

Tints of Violet Blue #9E559D

Color information

#9E559D (or 0x9E559D) is unknown color: approx Violet Blue. HEX triplet: 9E, 55 and 9D. RGB value is (158,85,157). Sum of RGB (Red+Green+Blue) = 158+85+157=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E559D is #61AA62. Grayscale: #727272. Windows color (decimal): -6400611 or 10311070. OLE color: 10311070.

HSL color Cylindrical-coordinate representation of color #9E559D: hue angle of 300.82º 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 #9E559D is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB15885157-
CMYK00.460.010.38
HSL300.82º30.04%47.65%-
HSV(B)300.82º46.2%61.96%-
XYZ23.4316.233.79-
YUV115.04151.68158.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.5%
GREEN value IS 85 (33.59% from 255) = 21.25%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=39.5%
G=21.25%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588515700.460.010.38300.8230.0447.65
Hex9E559D02E12612d1e30
Octal2361252350561464553660
Binary100111101010101100111010101110110011010010110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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