#9E5598

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

Shades of Violet Blue #9E5598

Tints of Violet Blue #9E5598

Color information

#9E5598 (or 0x9E5598) is unknown color: approx Violet Blue. HEX triplet: 9E, 55 and 98. RGB value is (158,85,152). Sum of RGB (Red+Green+Blue) = 158+85+152=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5598 is #61AA67. Grayscale: #727272. Windows color (decimal): -6400616 or 9983390. OLE color: 9983390.

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

Color convert

RGB15885152-
CMYK00.460.040.38
HSL304.93º30.04%47.65%-
HSV(B)304.93º46.2%61.96%-
XYZ23.0216.0331.59-
YUV114.46149.18159.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 152 (59.77% from 255) = 38.48%
R=40%
G=21.52%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588515200.460.040.38304.9330.0447.65
Hex9E559802E4261311e30
Octal2361252300564464613660
Binary10011110101010110011000010111010010011010011000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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