Shades of Deep Lilac #924BCE
Tints of Deep Lilac #924BCE
RGB
CMYK
RGB Variations
Color information
#924BCE (or 0x924BCE) is known color: Deep Lilac. HEX triplet: 92, 4B and CE. RGB value is (146,75,206). Sum of RGB (Red+Green+Blue) = 146+75+206=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #924BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924BCE is #6DB431. Grayscale: #6E6E6E. Windows color (decimal): -7189554 or 13519762. OLE color: 13519762.
HSL color Cylindrical-coordinate representation of color #924BCE: hue angle of 272.52º degrees, saturation: 0.57, 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 #924BCE is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 75 | 206 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.19 |
| HSL | 272.52º | 0.57% | 0.55% | - |
| HSV(B) | 272.52º | 0.64% | 0.81% | - |
| XYZ | 25.51 | 15.6 | 60.06 | - |
| YUV | 111.16 | 181.52 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 206 | 0.29 | 0.64 | 0 | 0.19 | 272.52 | 0.57 | 0.55 |
| Hex | 92 | 4B | CE | 1D | 40 | 0 | 13 | 111 | 39 | 37 |
| Octal | 222 | 113 | 316 | 35 | 100 | 0 | 23 | 421 | 71 | 67 |
| Binary | 10010010 | 1001011 | 11001110 | 11101 | 1000000 | 0 | 10011 | 100010001 | 111001 | 110111 |
Color Harmonies of #924BCE
Complementary color
Monochromatic Colors of #924BCE
Black with #924BCE
Text Example
Text Example
White with #924BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924BCE; }
p { color: rgb(146,75,206); }
H1.HeaderClassName
{
color: #924BCE;
}
.AnyTagClassName
{
color: #924BCE;
}
</style>
background-color css
<style>
a { background-color: #924BCE; }
a { background-color: rgb(146,75,206); }
div.DivClassName
{
background-color: #924BCE;
}
.BgClassName
{
background-color: #924BCE;
}
</style>
border-color css
<style>
span { border-color: #924BCE; }
span { border-color: rgb(146,75,206); }
td.TdClassName
{
border-color: #924BCE;
}
.TagClassName
{
border-color: #924BCE;
}
</style>