#9940BA

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

Shades of Deep Lilac #9940BA

Tints of Deep Lilac #9940BA

Color information

#9940BA (or 0x9940BA) is unknown color: approx Deep Lilac. HEX triplet: 99, 40 and BA. RGB value is (153,64,186). Sum of RGB (Red+Green+Blue) = 153+64+186=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #9940BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9940BA is #66BF45. Grayscale: #686868. Windows color (decimal): -6733638 or 12206233. OLE color: 12206233.

HSL color Cylindrical-coordinate representation of color #9940BA: hue angle of 283.77º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9940BA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15364186-
CMYK0.180.6600.27
HSL283.77º48.8%49.02%-
HSV(B)283.77º65.59%72.94%-
XYZ23.8313.9847.9-
YUV104.52173.99162.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.97%
GREEN value IS 64 (25.39% from 255) = 15.88%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=37.97%
G=15.88%
B=46.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153641860.180.6600.27283.7748.849.02
Hex9940BA124201B11c3131
Octal231100272221020334346161
Binary10011001100000010111010100101000010011011100011100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9940BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9940BA; }

 p { color: rgb(153,64,186); }

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

<style>
 a { background-color: #9940BA; }

 a { background-color: rgb(153,64,186); }

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

<style>
 span { border-color: #9940BA; }

 span { border-color: rgb(153,64,186); }

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