#9242BB

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

Shades of Deep Lilac #9242BB

Tints of Deep Lilac #9242BB

Color information

#9242BB (or 0x9242BB) is unknown color: approx Deep Lilac. HEX triplet: 92, 42 and BB. RGB value is (146,66,187). Sum of RGB (Red+Green+Blue) = 146+66+187=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #9242BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9242BB is #6DBD44. Grayscale: #676767. Windows color (decimal): -7191877 or 12272274. OLE color: 12272274.

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

Color convert

RGB14666187-
CMYK0.220.6500.27
HSL279.67º47.83%49.61%-
HSV(B)279.67º64.71%73.33%-
XYZ22.7713.648.44-
YUV103.71175158.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 66 (26.17% from 255) = 16.54%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=36.59%
G=16.54%
B=46.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146661870.220.6500.27279.6747.8349.61
Hex9242BB164101B1183032
Octal222102273261010334306062
Binary10010010100001010111011101101000001011011100011000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9242BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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