#924DB0

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

Shades of Deep Lilac #924DB0

Tints of Deep Lilac #924DB0

Color information

#924DB0 (or 0x924DB0) is unknown color: approx Deep Lilac. HEX triplet: 92, 4D and B0. RGB value is (146,77,176). Sum of RGB (Red+Green+Blue) = 146+77+176=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #924DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924DB0 is #6DB24F. Grayscale: #6C6C6C. Windows color (decimal): -7189072 or 11554194. OLE color: 11554194.

HSL color Cylindrical-coordinate representation of color #924DB0: hue angle of 281.82º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #924DB0 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14677176-
CMYK0.170.5600.31
HSL281.82º39.13%49.61%-
HSV(B)281.82º56.25%69.02%-
XYZ22.3414.5542.71-
YUV108.92165.86154.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 77 (30.47% from 255) = 19.30%
BLUE value IS 176 (69.14% from 255) = 44.11%
R=36.59%
G=19.30%
B=44.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146771760.170.5600.31281.8239.1349.61
Hex924DB0113801F11a2732
Octal22211526021700374324762
Binary1001001010011011011000010001111000011111100011010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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