#9442BB

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

Shades of Deep Lilac #9442BB

Tints of Deep Lilac #9442BB

Color information

#9442BB (or 0x9442BB) is unknown color: approx Deep Lilac. HEX triplet: 94, 42 and BB. RGB value is (148,66,187). Sum of RGB (Red+Green+Blue) = 148+66+187=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #9442BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9442BB is #6BBD44. Grayscale: #676767. Windows color (decimal): -7060805 or 12272276. OLE color: 12272276.

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

Color convert

RGB14866187-
CMYK0.210.6500.27
HSL280.66º47.83%49.61%-
HSV(B)280.66º64.71%73.33%-
XYZ23.1313.7848.45-
YUV104.31174.67159.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 66 (26.17% from 255) = 16.46%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=36.91%
G=16.46%
B=46.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148661870.210.6500.27280.6647.8349.61
Hex9442BB154101B1193032
Octal224102273251010334316062
Binary10010100100001010111011101011000001011011100011001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9442BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,66,187); }

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

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

 a { background-color: rgb(148,66,187); }

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

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

 span { border-color: rgb(148,66,187); }

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