#9940BB

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

Shades of Deep Lilac #9940BB

Tints of Deep Lilac #9940BB

Color information

#9940BB (or 0x9940BB) is unknown color: approx Deep Lilac. HEX triplet: 99, 40 and BB. RGB value is (153,64,187). Sum of RGB (Red+Green+Blue) = 153+64+187=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #9940BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9940BB is #66BF44. Grayscale: #686868. Windows color (decimal): -6733637 or 12271769. OLE color: 12271769.

HSL color Cylindrical-coordinate representation of color #9940BB: hue angle of 283.41º 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 #9940BB is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15364187-
CMYK0.180.6600.27
HSL283.41º49%49.22%-
HSV(B)283.41º65.78%73.33%-
XYZ23.9414.0348.46-
YUV104.63174.49162.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.87%
GREEN value IS 64 (25.39% from 255) = 15.84%
BLUE value IS 187 (73.44% from 255) = 46.29%
R=37.87%
G=15.84%
B=46.29%

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
Decimal153641870.180.6600.27283.414949.22
Hex9940BB124201B11b3131
Octal231100273221020334336161
Binary10011001100000010111011100101000010011011100011011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9940BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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