Shades of Deep Lilac #9452AF
Tints of Deep Lilac #9452AF
RGB
CMYK
RGB Variations
Color information
#9452AF (or 0x9452AF) is known color: Deep Lilac. HEX triplet: 94, 52 and AF. RGB value is (148,82,175). Sum of RGB (Red+Green+Blue) = 148+82+175=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #9452AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9452AF is #6BAD50. Grayscale: #707070. Windows color (decimal): -7056721 or 11489940. OLE color: 11489940.
HSL color Cylindrical-coordinate representation of color #9452AF: hue angle of 282.58º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9452AF is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 82 | 175 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.31 |
| HSL | 282.58º | 0.37% | 0.5% | - |
| HSV(B) | 282.58º | 0.53% | 0.69% | - |
| XYZ | 22.97 | 15.43 | 42.32 | - |
| YUV | 112.34 | 163.37 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 175 | 0.15 | 0.53 | 0 | 0.31 | 282.58 | 0.37 | 0.5 |
| Hex | 94 | 52 | AF | F | 35 | 0 | 1F | 11B | 25 | 32 |
| Octal | 224 | 122 | 257 | 17 | 65 | 0 | 37 | 433 | 45 | 62 |
| Binary | 10010100 | 1010010 | 10101111 | 1111 | 110101 | 0 | 11111 | 100011011 | 100101 | 110010 |
Color Harmonies of #9452AF
Complementary color
Monochromatic Colors of #9452AF
Black with #9452AF
Text Example
Text Example
White with #9452AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9452AF; }
p { color: rgb(148,82,175); }
H1.HeaderClassName
{
color: #9452AF;
}
.AnyTagClassName
{
color: #9452AF;
}
</style>
background-color css
<style>
a { background-color: #9452AF; }
a { background-color: rgb(148,82,175); }
div.DivClassName
{
background-color: #9452AF;
}
.BgClassName
{
background-color: #9452AF;
}
</style>
border-color css
<style>
span { border-color: #9452AF; }
span { border-color: rgb(148,82,175); }
td.TdClassName
{
border-color: #9452AF;
}
.TagClassName
{
border-color: #9452AF;
}
</style>