Shades of Deep Lilac #9254AF
Tints of Deep Lilac #9254AF
RGB
CMYK
RGB Variations
Color information
#9254AF (or 0x9254AF) is known color: Deep Lilac. HEX triplet: 92, 54 and AF. RGB value is (146,84,175). Sum of RGB (Red+Green+Blue) = 146+84+175=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 84 (33.20% from 255 or 20.74% 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 #9254AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9254AF is #6DAB50. Grayscale: #707070. Windows color (decimal): -7187281 or 11490450. OLE color: 11490450.
HSL color Cylindrical-coordinate representation of color #9254AF: hue angle of 280.88º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9254AF is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 84 | 175 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.31 |
| HSL | 280.88º | 0.36% | 0.51% | - |
| HSV(B) | 280.88º | 0.52% | 0.69% | - |
| XYZ | 22.76 | 15.55 | 42.36 | - |
| YUV | 112.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 175 | 0.17 | 0.52 | 0 | 0.31 | 280.88 | 0.36 | 0.51 |
| Hex | 92 | 54 | AF | 11 | 34 | 0 | 1F | 119 | 24 | 33 |
| Octal | 222 | 124 | 257 | 21 | 64 | 0 | 37 | 431 | 44 | 63 |
| Binary | 10010010 | 1010100 | 10101111 | 10001 | 110100 | 0 | 11111 | 100011001 | 100100 | 110011 |
Color Harmonies of #9254AF
Complementary color
Monochromatic Colors of #9254AF
Black with #9254AF
Text Example
Text Example
White with #9254AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9254AF; }
p { color: rgb(146,84,175); }
H1.HeaderClassName
{
color: #9254AF;
}
.AnyTagClassName
{
color: #9254AF;
}
</style>
background-color css
<style>
a { background-color: #9254AF; }
a { background-color: rgb(146,84,175); }
div.DivClassName
{
background-color: #9254AF;
}
.BgClassName
{
background-color: #9254AF;
}
</style>
border-color css
<style>
span { border-color: #9254AF; }
span { border-color: rgb(146,84,175); }
td.TdClassName
{
border-color: #9254AF;
}
.TagClassName
{
border-color: #9254AF;
}
</style>