#924DCD

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

Shades of Deep Lilac #924DCD

Tints of Deep Lilac #924DCD

Color information

#924DCD (or 0x924DCD) is unknown color: approx Deep Lilac. HEX triplet: 92, 4D and CD. RGB value is (146,77,205). Sum of RGB (Red+Green+Blue) = 146+77+205=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #924DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924DCD is #6DB232. Grayscale: #6F6F6F. Windows color (decimal): -7189043 or 13454738. OLE color: 13454738.

HSL color Cylindrical-coordinate representation of color #924DCD: hue angle of 272.34º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #924DCD is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14677205-
CMYK0.290.6200.20
HSL272.34º56.14%55.29%-
HSV(B)272.34º62.44%80.39%-
XYZ25.5315.8359.47-
YUV112.22180.36152.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.11%
GREEN value IS 77 (30.47% from 255) = 17.99%
BLUE value IS 205 (80.47% from 255) = 47.90%
R=34.11%
G=17.99%
B=47.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal146772050.290.6200.20272.3456.1455.29
Hex924DCD1D3E0141103837
Octal22211531535760244207067
Binary1001001010011011100110111101111110010100100010000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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