Shades of Deep Lilac #923CAF
Tints of Deep Lilac #923CAF
RGB
CMYK
RGB Variations
Color information
#923CAF (or 0x923CAF) is known color: Deep Lilac. HEX triplet: 92, 3C and AF. RGB value is (146,60,175). Sum of RGB (Red+Green+Blue) = 146+60+175=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #923CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923CAF is #6DC350. Grayscale: #626262. Windows color (decimal): -7193425 or 11484306. OLE color: 11484306.
HSL color Cylindrical-coordinate representation of color #923CAF: hue angle of 284.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923CAF is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 60 | 175 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.31 |
| HSL | 284.87º | 0.49% | 0.46% | - |
| HSV(B) | 284.87º | 0.66% | 0.69% | - |
| XYZ | 21.21 | 12.44 | 41.84 | - |
| YUV | 98.82 | 170.99 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 175 | 0.17 | 0.66 | 0 | 0.31 | 284.87 | 0.49 | 0.46 |
| Hex | 92 | 3C | AF | 11 | 42 | 0 | 1F | 11D | 31 | 2E |
| Octal | 222 | 74 | 257 | 21 | 102 | 0 | 37 | 435 | 61 | 56 |
| Binary | 10010010 | 111100 | 10101111 | 10001 | 1000010 | 0 | 11111 | 100011101 | 110001 | 101110 |
Color Harmonies of #923CAF
Complementary color
Monochromatic Colors of #923CAF
Black with #923CAF
Text Example
Text Example
White with #923CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923CAF; }
p { color: rgb(146,60,175); }
H1.HeaderClassName
{
color: #923CAF;
}
.AnyTagClassName
{
color: #923CAF;
}
</style>
background-color css
<style>
a { background-color: #923CAF; }
a { background-color: rgb(146,60,175); }
div.DivClassName
{
background-color: #923CAF;
}
.BgClassName
{
background-color: #923CAF;
}
</style>
border-color css
<style>
span { border-color: #923CAF; }
span { border-color: rgb(146,60,175); }
td.TdClassName
{
border-color: #923CAF;
}
.TagClassName
{
border-color: #923CAF;
}
</style>