#9e5696

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

Shades of Violet Blue #9E5696

Tints of Violet Blue #9E5696

Color information

#9E5696 (or 0x9E5696) is unknown color: approx Violet Blue. HEX triplet: 9E, 56 and 96. RGB value is (158,86,150). Sum of RGB (Red+Green+Blue) = 158+86+150=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5696 is #61A969. Grayscale: #727272. Windows color (decimal): -6400362 or 9852574. OLE color: 9852574.

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

Color convert

RGB15886150-
CMYK00.460.050.38
HSL306.67º29.51%47.84%-
HSV(B)306.67º45.57%61.96%-
XYZ22.9316.1330.76-
YUV114.82147.85158.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.10%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 150 (58.98% from 255) = 38.07%
R=40.10%
G=21.83%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588615000.460.050.38306.6729.5147.84
Hex9E569602E5261331e30
Octal2361262260565464633660
Binary10011110101011010010110010111010110011010011001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e5696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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