Shades of Deep Lilac #923AAF
Tints of Deep Lilac #923AAF
RGB
CMYK
RGB Variations
Color information
#923AAF (or 0x923AAF) is known color: Deep Lilac. HEX triplet: 92, 3A and AF. RGB value is (146,58,175). Sum of RGB (Red+Green+Blue) = 146+58+175=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #923AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923AAF is #6DC550. Grayscale: #616161. Windows color (decimal): -7193937 or 11483794. OLE color: 11483794.
HSL color Cylindrical-coordinate representation of color #923AAF: hue angle of 285.13º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #923AAF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 58 | 175 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.31 |
| HSL | 285.13º | 0.5% | 0.46% | - |
| HSV(B) | 285.13º | 0.67% | 0.69% | - |
| XYZ | 21.1 | 12.23 | 41.81 | - |
| YUV | 97.65 | 171.65 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 58 | 175 | 0.17 | 0.67 | 0 | 0.31 | 285.13 | 0.5 | 0.46 |
| Hex | 92 | 3A | AF | 11 | 43 | 0 | 1F | 11D | 32 | 2E |
| Octal | 222 | 72 | 257 | 21 | 103 | 0 | 37 | 435 | 62 | 56 |
| Binary | 10010010 | 111010 | 10101111 | 10001 | 1000011 | 0 | 11111 | 100011101 | 110010 | 101110 |
Color Harmonies of #923AAF
Complementary color
Monochromatic Colors of #923AAF
Black with #923AAF
Text Example
Text Example
White with #923AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923AAF; }
p { color: rgb(146,58,175); }
H1.HeaderClassName
{
color: #923AAF;
}
.AnyTagClassName
{
color: #923AAF;
}
</style>
background-color css
<style>
a { background-color: #923AAF; }
a { background-color: rgb(146,58,175); }
div.DivClassName
{
background-color: #923AAF;
}
.BgClassName
{
background-color: #923AAF;
}
</style>
border-color css
<style>
span { border-color: #923AAF; }
span { border-color: rgb(146,58,175); }
td.TdClassName
{
border-color: #923AAF;
}
.TagClassName
{
border-color: #923AAF;
}
</style>