#9E5697

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

Shades of Violet Blue #9E5697

Tints of Violet Blue #9E5697

Color information

#9E5697 (or 0x9E5697) is unknown color: approx Violet Blue. HEX triplet: 9E, 56 and 97. RGB value is (158,86,151). Sum of RGB (Red+Green+Blue) = 158+86+151=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5697 is #61A968. Grayscale: #727272. Windows color (decimal): -6400361 or 9918110. OLE color: 9918110.

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

Color convert

RGB15886151-
CMYK00.460.040.38
HSL305.83º29.51%47.84%-
HSV(B)305.83º45.57%61.96%-
XYZ23.0116.1631.18-
YUV114.94148.35158.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=40%
G=21.77%
B=38.23%

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
Decimal1588615100.460.040.38305.8329.5147.84
Hex9E569702E4261321e30
Octal2361262270564464623660
Binary10011110101011010010111010111010010011010011001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,86,151); }

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

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

 a { background-color: rgb(158,86,151); }

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

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

 span { border-color: rgb(158,86,151); }

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