#9941B9

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

Shades of Deep Lilac #9941B9

Tints of Deep Lilac #9941B9

Color information

#9941B9 (or 0x9941B9) is unknown color: approx Deep Lilac. HEX triplet: 99, 41 and B9. RGB value is (153,65,185). Sum of RGB (Red+Green+Blue) = 153+65+185=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #9941B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9941B9 is #66BE46. Grayscale: #686868. Windows color (decimal): -6733383 or 12140953. OLE color: 12140953.

HSL color Cylindrical-coordinate representation of color #9941B9: hue angle of 284º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9941B9 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15365185-
CMYK0.170.6500.27
HSL284º48%49.02%-
HSV(B)284º64.86%72.55%-
XYZ23.7814.0647.36-
YUV104.99173.15162.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.97%
GREEN value IS 65 (25.78% from 255) = 16.13%
BLUE value IS 185 (72.66% from 255) = 45.91%
R=37.97%
G=16.13%
B=45.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153651850.170.6500.272844849.02
Hex9941B9114101B11c3031
Octal231101271211010334346061
Binary10011001100000110111001100011000001011011100011100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9941B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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