Shades of Deep Lilac #924BCF
Tints of Deep Lilac #924BCF
RGB
CMYK
RGB Variations
Color information
#924BCF (or 0x924BCF) is known color: Deep Lilac. HEX triplet: 92, 4B and CF. RGB value is (146,75,207). Sum of RGB (Red+Green+Blue) = 146+75+207=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #924BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924BCF is #6DB430. Grayscale: #6E6E6E. Windows color (decimal): -7189553 or 13585298. OLE color: 13585298.
HSL color Cylindrical-coordinate representation of color #924BCF: hue angle of 272.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #924BCF is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 75 | 207 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.19 |
| HSL | 272.27º | 0.58% | 0.55% | - |
| HSV(B) | 272.27º | 0.64% | 0.81% | - |
| XYZ | 25.63 | 15.65 | 60.7 | - |
| YUV | 111.28 | 182.02 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 207 | 0.29 | 0.64 | 0 | 0.19 | 272.27 | 0.58 | 0.55 |
| Hex | 92 | 4B | CF | 1D | 40 | 0 | 13 | 110 | 3A | 37 |
| Octal | 222 | 113 | 317 | 35 | 100 | 0 | 23 | 420 | 72 | 67 |
| Binary | 10010010 | 1001011 | 11001111 | 11101 | 1000000 | 0 | 10011 | 100010000 | 111010 | 110111 |
Color Harmonies of #924BCF
Complementary color
Monochromatic Colors of #924BCF
Black with #924BCF
Text Example
Text Example
White with #924BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924BCF; }
p { color: rgb(146,75,207); }
H1.HeaderClassName
{
color: #924BCF;
}
.AnyTagClassName
{
color: #924BCF;
}
</style>
background-color css
<style>
a { background-color: #924BCF; }
a { background-color: rgb(146,75,207); }
div.DivClassName
{
background-color: #924BCF;
}
.BgClassName
{
background-color: #924BCF;
}
</style>
border-color css
<style>
span { border-color: #924BCF; }
span { border-color: rgb(146,75,207); }
td.TdClassName
{
border-color: #924BCF;
}
.TagClassName
{
border-color: #924BCF;
}
</style>