Shades of Deep Lilac #924CCF
Tints of Deep Lilac #924CCF
RGB
CMYK
RGB Variations
Color information
#924CCF (or 0x924CCF) is known color: Deep Lilac. HEX triplet: 92, 4C and CF. RGB value is (146,76,207). Sum of RGB (Red+Green+Blue) = 146+76+207=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #924CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CCF is #6DB330. Grayscale: #6F6F6F. Windows color (decimal): -7189297 or 13585554. OLE color: 13585554.
HSL color Cylindrical-coordinate representation of color #924CCF: hue angle of 272.06º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #924CCF is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 76 | 207 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.19 |
| HSL | 272.06º | 0.58% | 0.55% | - |
| HSV(B) | 272.06º | 0.63% | 0.81% | - |
| XYZ | 25.7 | 15.78 | 60.72 | - |
| YUV | 111.86 | 181.69 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 207 | 0.29 | 0.63 | 0 | 0.19 | 272.06 | 0.58 | 0.55 |
| Hex | 92 | 4C | CF | 1D | 3F | 0 | 13 | 110 | 3A | 37 |
| Octal | 222 | 114 | 317 | 35 | 77 | 0 | 23 | 420 | 72 | 67 |
| Binary | 10010010 | 1001100 | 11001111 | 11101 | 111111 | 0 | 10011 | 100010000 | 111010 | 110111 |
Color Harmonies of #924CCF
Complementary color
Monochromatic Colors of #924CCF
Black with #924CCF
Text Example
Text Example
White with #924CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924CCF; }
p { color: rgb(146,76,207); }
H1.HeaderClassName
{
color: #924CCF;
}
.AnyTagClassName
{
color: #924CCF;
}
</style>
background-color css
<style>
a { background-color: #924CCF; }
a { background-color: rgb(146,76,207); }
div.DivClassName
{
background-color: #924CCF;
}
.BgClassName
{
background-color: #924CCF;
}
</style>
border-color css
<style>
span { border-color: #924CCF; }
span { border-color: rgb(146,76,207); }
td.TdClassName
{
border-color: #924CCF;
}
.TagClassName
{
border-color: #924CCF;
}
</style>