Shades of Deep Lilac #9452AC
Tints of Deep Lilac #9452AC
RGB
CMYK
RGB Variations
Color information
#9452AC (or 0x9452AC) is known color: Deep Lilac. HEX triplet: 94, 52 and AC. RGB value is (148,82,172). Sum of RGB (Red+Green+Blue) = 148+82+172=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #9452AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9452AC is #6BAD53. Grayscale: #6F6F6F. Windows color (decimal): -7056724 or 11293332. OLE color: 11293332.
HSL color Cylindrical-coordinate representation of color #9452AC: hue angle of 284º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9452AC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 82 | 172 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.33 |
| HSL | 284º | 0.35% | 0.5% | - |
| HSV(B) | 284º | 0.52% | 0.67% | - |
| XYZ | 22.68 | 15.31 | 40.79 | - |
| YUV | 111.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 172 | 0.14 | 0.52 | 0 | 0.33 | 284 | 0.35 | 0.5 |
| Hex | 94 | 52 | AC | E | 34 | 0 | 21 | 11C | 23 | 32 |
| Octal | 224 | 122 | 254 | 16 | 64 | 0 | 41 | 434 | 43 | 62 |
| Binary | 10010100 | 1010010 | 10101100 | 1110 | 110100 | 0 | 100001 | 100011100 | 100011 | 110010 |
Color Harmonies of #9452AC
Complementary color
Monochromatic Colors of #9452AC
Black with #9452AC
Text Example
Text Example
White with #9452AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9452AC; }
p { color: rgb(148,82,172); }
H1.HeaderClassName
{
color: #9452AC;
}
.AnyTagClassName
{
color: #9452AC;
}
</style>
background-color css
<style>
a { background-color: #9452AC; }
a { background-color: rgb(148,82,172); }
div.DivClassName
{
background-color: #9452AC;
}
.BgClassName
{
background-color: #9452AC;
}
</style>
border-color css
<style>
span { border-color: #9452AC; }
span { border-color: rgb(148,82,172); }
td.TdClassName
{
border-color: #9452AC;
}
.TagClassName
{
border-color: #9452AC;
}
</style>