#924DCF

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

Shades of Deep Lilac #924DCF

Tints of Deep Lilac #924DCF

Color information

#924DCF (or 0x924DCF) is unknown color: approx Deep Lilac. HEX triplet: 92, 4D and CF. RGB value is (146,77,207). Sum of RGB (Red+Green+Blue) = 146+77+207=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #924DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924DCF is #6DB230. Grayscale: #6F6F6F. Windows color (decimal): -7189041 or 13585810. OLE color: 13585810.

HSL color Cylindrical-coordinate representation of color #924DCF: hue angle of 271.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #924DCF is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14677207-
CMYK0.290.6300.19
HSL271.85º57.52%55.69%-
HSV(B)271.85º62.8%81.18%-
XYZ25.7715.9260.75-
YUV112.45181.36151.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.95%
GREEN value IS 77 (30.47% from 255) = 17.91%
BLUE value IS 207 (81.25% from 255) = 48.14%
R=33.95%
G=17.91%
B=48.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal146772070.290.6300.19271.8557.5255.69
Hex924DCF1D3F0131103a38
Octal22211531735770234207270
Binary1001001010011011100111111101111111010011100010000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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