#9941BD

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

Shades of Deep Lilac #9941BD

Tints of Deep Lilac #9941BD

Color information

#9941BD (or 0x9941BD) is unknown color: approx Deep Lilac. HEX triplet: 99, 41 and BD. RGB value is (153,65,189). Sum of RGB (Red+Green+Blue) = 153+65+189=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #9941BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9941BD is #66BE42. Grayscale: #696969. Windows color (decimal): -6733379 or 12403097. OLE color: 12403097.

HSL color Cylindrical-coordinate representation of color #9941BD: hue angle of 282.58º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9941BD is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15365189-
CMYK0.190.6600.26
HSL282.58º48.82%49.8%-
HSV(B)282.58º65.61%74.12%-
XYZ24.2114.2349.61-
YUV105.45175.15161.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 189 (74.22% from 255) = 46.44%
R=37.59%
G=15.97%
B=46.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153651890.190.6600.26282.5848.8249.8
Hex9941BD134201A11b3132
Octal231101275231020324336162
Binary10011001100000110111101100111000010011010100011011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9941BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9941BD; }

 p { color: rgb(153,65,189); }

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

<style>
 a { background-color: #9941BD; }

 a { background-color: rgb(153,65,189); }

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

<style>
 span { border-color: #9941BD; }

 span { border-color: rgb(153,65,189); }

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