Shades of Deep Lilac #923EAF
Tints of Deep Lilac #923EAF
RGB
CMYK
RGB Variations
Color information
#923EAF (or 0x923EAF) is known color: Deep Lilac. HEX triplet: 92, 3E and AF. RGB value is (146,62,175). Sum of RGB (Red+Green+Blue) = 146+62+175=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #923EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923EAF is #6DC150. Grayscale: #636363. Windows color (decimal): -7192913 or 11484818. OLE color: 11484818.
HSL color Cylindrical-coordinate representation of color #923EAF: hue angle of 284.6º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #923EAF is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 62 | 175 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.31 |
| HSL | 284.6º | 0.48% | 0.46% | - |
| HSV(B) | 284.6º | 0.65% | 0.69% | - |
| XYZ | 21.31 | 12.65 | 41.88 | - |
| YUV | 100 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 62 | 175 | 0.17 | 0.65 | 0 | 0.31 | 284.6 | 0.48 | 0.46 |
| Hex | 92 | 3E | AF | 11 | 41 | 0 | 1F | 11D | 30 | 2E |
| Octal | 222 | 76 | 257 | 21 | 101 | 0 | 37 | 435 | 60 | 56 |
| Binary | 10010010 | 111110 | 10101111 | 10001 | 1000001 | 0 | 11111 | 100011101 | 110000 | 101110 |
Color Harmonies of #923EAF
Complementary color
Monochromatic Colors of #923EAF
Black with #923EAF
Text Example
Text Example
White with #923EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923EAF; }
p { color: rgb(146,62,175); }
H1.HeaderClassName
{
color: #923EAF;
}
.AnyTagClassName
{
color: #923EAF;
}
</style>
background-color css
<style>
a { background-color: #923EAF; }
a { background-color: rgb(146,62,175); }
div.DivClassName
{
background-color: #923EAF;
}
.BgClassName
{
background-color: #923EAF;
}
</style>
border-color css
<style>
span { border-color: #923EAF; }
span { border-color: rgb(146,62,175); }
td.TdClassName
{
border-color: #923EAF;
}
.TagClassName
{
border-color: #923EAF;
}
</style>