#924DB8

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

Shades of Deep Lilac #924DB8

Tints of Deep Lilac #924DB8

Color information

#924DB8 (or 0x924DB8) is unknown color: approx Deep Lilac. HEX triplet: 92, 4D and B8. RGB value is (146,77,184). Sum of RGB (Red+Green+Blue) = 146+77+184=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 184 - color contains mainly: blue. Hex color #924DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924DB8 is #6DB247. Grayscale: #6D6D6D. Windows color (decimal): -7189064 or 12078482. OLE color: 12078482.

HSL color Cylindrical-coordinate representation of color #924DB8: hue angle of 278.69º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #924DB8 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14677184-
CMYK0.210.5800.28
HSL278.69º42.97%51.18%-
HSV(B)278.69º58.15%72.16%-
XYZ23.1614.8847-
YUV109.83169.86153.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.87%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 184 (72.27% from 255) = 45.21%
R=35.87%
G=18.92%
B=45.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal146771840.210.5800.28278.6942.9751.18
Hex924DB8153A01C1172b33
Octal22211527025720344275363
Binary1001001010011011011100010101111010011100100010111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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