#9E5593

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

Shades of Violet Blue #9E5593

Tints of Violet Blue #9E5593

Color information

#9E5593 (or 0x9E5593) is unknown color: approx Violet Blue. HEX triplet: 9E, 55 and 93. RGB value is (158,85,147). Sum of RGB (Red+Green+Blue) = 158+85+147=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5593 is #61AA6C. Grayscale: #717171. Windows color (decimal): -6400621 or 9655710. OLE color: 9655710.

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

Color convert

RGB15885147-
CMYK00.460.070.38
HSL309.04º30.04%47.65%-
HSV(B)309.04º46.2%61.96%-
XYZ22.6215.8729.48-
YUV113.9146.68159.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.51%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=40.51%
G=21.79%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588514700.460.070.38309.0430.0447.65
Hex9E559302E7261351e30
Octal2361252230567464653660
Binary10011110101010110010011010111011110011010011010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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