#924DB3

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

Shades of Deep Lilac #924DB3

Tints of Deep Lilac #924DB3

Color information

#924DB3 (or 0x924DB3) is unknown color: approx Deep Lilac. HEX triplet: 92, 4D and B3. RGB value is (146,77,179). Sum of RGB (Red+Green+Blue) = 146+77+179=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #924DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924DB3 is #6DB24C. Grayscale: #6C6C6C. Windows color (decimal): -7189069 or 11750802. OLE color: 11750802.

HSL color Cylindrical-coordinate representation of color #924DB3: hue angle of 280.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #924DB3 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14677179-
CMYK0.180.5700.30
HSL280.59º40.16%50.2%-
HSV(B)280.59º56.98%70.2%-
XYZ22.6414.6744.29-
YUV109.26167.36154.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.32%
GREEN value IS 77 (30.47% from 255) = 19.15%
BLUE value IS 179 (70.31% from 255) = 44.53%
R=36.32%
G=19.15%
B=44.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal146771790.180.5700.30280.5940.1650.2
Hex924DB3123901E1192832
Octal22211526322710364315062
Binary1001001010011011011001110010111001011110100011001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924DB3; }

 p { color: rgb(146,77,179); }

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

<style>
 a { background-color: #924DB3; }

 a { background-color: rgb(146,77,179); }

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

<style>
 span { border-color: #924DB3; }

 span { border-color: rgb(146,77,179); }

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