#9E61BA

Color #9E61BA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9E61BA

Tints of Deep Lilac #9E61BA

Color information

#9E61BA (or 0x9E61BA) is unknown color: approx Deep Lilac. HEX triplet: 9E, 61 and BA. RGB value is (158,97,186). Sum of RGB (Red+Green+Blue) = 158+97+186=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E61BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E61BA is #619E45. Grayscale: #7D7D7D. Windows color (decimal): -6397510 or 12214686. OLE color: 12214686.

HSL color Cylindrical-coordinate representation of color #9E61BA: hue angle of 281.12º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E61BA is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15897186-
CMYK0.150.4800.27
HSL281.12º39.21%55.49%-
HSV(B)281.12º47.85%72.94%-
XYZ27.2419.3648.76-
YUV125.38162.21151.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.83%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=35.83%
G=22.00%
B=42.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158971860.150.4800.27281.1239.2155.49
Hex9E61BAF3001B1192737
Octal23614127217600334314767
Binary100111101100001101110101111110000011011100011001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,97,186); }

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

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

 a { background-color: rgb(158,97,186); }

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

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

 span { border-color: rgb(158,97,186); }

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