Shades of Deep Lilac #924FB8
Tints of Deep Lilac #924FB8
RGB
CMYK
RGB Variations
Color information
#924FB8 (or 0x924FB8) is known color: Deep Lilac. HEX triplet: 92, 4F and B8. RGB value is (146,79,184). Sum of RGB (Red+Green+Blue) = 146+79+184=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 184 - color contains mainly: blue. Hex color #924FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924FB8 is #6DB047. Grayscale: #6E6E6E. Windows color (decimal): -7188552 or 12078994. OLE color: 12078994.
HSL color Cylindrical-coordinate representation of color #924FB8: hue angle of 278.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #924FB8 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 79 | 184 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.28 |
| HSL | 278.29º | 0.43% | 0.52% | - |
| HSV(B) | 278.29º | 0.57% | 0.72% | - |
| XYZ | 23.3 | 15.16 | 47.05 | - |
| YUV | 111 | 169.2 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 184 | 0.21 | 0.57 | 0 | 0.28 | 278.29 | 0.43 | 0.52 |
| Hex | 92 | 4F | B8 | 15 | 39 | 0 | 1C | 116 | 2B | 34 |
| Octal | 222 | 117 | 270 | 25 | 71 | 0 | 34 | 426 | 53 | 64 |
| Binary | 10010010 | 1001111 | 10111000 | 10101 | 111001 | 0 | 11100 | 100010110 | 101011 | 110100 |
Color Harmonies of #924FB8
Complementary color
Monochromatic Colors of #924FB8
Black with #924FB8
Text Example
Text Example
White with #924FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924FB8; }
p { color: rgb(146,79,184); }
H1.HeaderClassName
{
color: #924FB8;
}
.AnyTagClassName
{
color: #924FB8;
}
</style>
background-color css
<style>
a { background-color: #924FB8; }
a { background-color: rgb(146,79,184); }
div.DivClassName
{
background-color: #924FB8;
}
.BgClassName
{
background-color: #924FB8;
}
</style>
border-color css
<style>
span { border-color: #924FB8; }
span { border-color: rgb(146,79,184); }
td.TdClassName
{
border-color: #924FB8;
}
.TagClassName
{
border-color: #924FB8;
}
</style>