Shades of Deep Lilac #923CAC
Tints of Deep Lilac #923CAC
RGB
CMYK
RGB Variations
Color information
#923CAC (or 0x923CAC) is known color: Deep Lilac. HEX triplet: 92, 3C and AC. RGB value is (146,60,172). Sum of RGB (Red+Green+Blue) = 146+60+172=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #923CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923CAC is #6DC353. Grayscale: #626262. Windows color (decimal): -7193428 or 11287698. OLE color: 11287698.
HSL color Cylindrical-coordinate representation of color #923CAC: hue angle of 286.07º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #923CAC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 60 | 172 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.33 |
| HSL | 286.07º | 0.48% | 0.45% | - |
| HSV(B) | 286.07º | 0.65% | 0.67% | - |
| XYZ | 20.92 | 12.32 | 40.31 | - |
| YUV | 98.48 | 169.49 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 172 | 0.15 | 0.65 | 0 | 0.33 | 286.07 | 0.48 | 0.45 |
| Hex | 92 | 3C | AC | F | 41 | 0 | 21 | 11E | 30 | 2D |
| Octal | 222 | 74 | 254 | 17 | 101 | 0 | 41 | 436 | 60 | 55 |
| Binary | 10010010 | 111100 | 10101100 | 1111 | 1000001 | 0 | 100001 | 100011110 | 110000 | 101101 |
Color Harmonies of #923CAC
Complementary color
Monochromatic Colors of #923CAC
Black with #923CAC
Text Example
Text Example
White with #923CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923CAC; }
p { color: rgb(146,60,172); }
H1.HeaderClassName
{
color: #923CAC;
}
.AnyTagClassName
{
color: #923CAC;
}
</style>
background-color css
<style>
a { background-color: #923CAC; }
a { background-color: rgb(146,60,172); }
div.DivClassName
{
background-color: #923CAC;
}
.BgClassName
{
background-color: #923CAC;
}
</style>
border-color css
<style>
span { border-color: #923CAC; }
span { border-color: rgb(146,60,172); }
td.TdClassName
{
border-color: #923CAC;
}
.TagClassName
{
border-color: #923CAC;
}
</style>