#9442B9

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

Shades of Deep Lilac #9442B9

Tints of Deep Lilac #9442B9

Color information

#9442B9 (or 0x9442B9) is unknown color: approx Deep Lilac. HEX triplet: 94, 42 and B9. RGB value is (148,66,185). Sum of RGB (Red+Green+Blue) = 148+66+185=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #9442B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9442B9 is #6BBD46. Grayscale: #676767. Windows color (decimal): -7060807 or 12141204. OLE color: 12141204.

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

Color convert

RGB14866185-
CMYK0.200.6400.27
HSL281.34º47.41%49.22%-
HSV(B)281.34º64.32%72.55%-
XYZ22.9213.747.33-
YUV104.08173.67159.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 66 (26.17% from 255) = 16.54%
BLUE value IS 185 (72.66% from 255) = 46.37%
R=37.09%
G=16.54%
B=46.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148661850.200.6400.27281.3447.4149.22
Hex9442B9144001B1192f31
Octal224102271241000334315761
Binary10010100100001010111001101001000000011011100011001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9442B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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