#9E5594

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

Shades of Violet Blue #9E5594

Tints of Violet Blue #9E5594

Color information

#9E5594 (or 0x9E5594) is unknown color: approx Violet Blue. HEX triplet: 9E, 55 and 94. RGB value is (158,85,148). Sum of RGB (Red+Green+Blue) = 158+85+148=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5594 is #61AA6B. Grayscale: #717171. Windows color (decimal): -6400620 or 9721246. OLE color: 9721246.

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

Color convert

RGB15885148-
CMYK00.460.060.38
HSL308.22º30.04%47.65%-
HSV(B)308.22º46.2%61.96%-
XYZ22.6915.929.89-
YUV114.01147.18159.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.41%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 148 (58.20% from 255) = 37.85%
R=40.41%
G=21.74%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588514800.460.060.38308.2230.0447.65
Hex9E559402E6261341e30
Octal2361252240566464643660
Binary10011110101010110010100010111011010011010011010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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