Shades of Deep Lilac #9154AF
Tints of Deep Lilac #9154AF
RGB
CMYK
RGB Variations
Color information
#9154AF (or 0x9154AF) is known color: Deep Lilac. HEX triplet: 91, 54 and AF. RGB value is (145,84,175). Sum of RGB (Red+Green+Blue) = 145+84+175=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #9154AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9154AF is #6EAB50. Grayscale: #707070. Windows color (decimal): -7252817 or 11490449. OLE color: 11490449.
HSL color Cylindrical-coordinate representation of color #9154AF: hue angle of 280.22º 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 #9154AF is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 84 | 175 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.31 |
| HSL | 280.22º | 0.36% | 0.51% | - |
| HSV(B) | 280.22º | 0.52% | 0.69% | - |
| XYZ | 22.59 | 15.46 | 42.35 | - |
| YUV | 112.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 175 | 0.17 | 0.52 | 0 | 0.31 | 280.22 | 0.36 | 0.51 |
| Hex | 91 | 54 | AF | 11 | 34 | 0 | 1F | 118 | 24 | 33 |
| Octal | 221 | 124 | 257 | 21 | 64 | 0 | 37 | 430 | 44 | 63 |
| Binary | 10010001 | 1010100 | 10101111 | 10001 | 110100 | 0 | 11111 | 100011000 | 100100 | 110011 |
Color Harmonies of #9154AF
Complementary color
Monochromatic Colors of #9154AF
Black with #9154AF
Text Example
Text Example
White with #9154AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9154AF; }
p { color: rgb(145,84,175); }
H1.HeaderClassName
{
color: #9154AF;
}
.AnyTagClassName
{
color: #9154AF;
}
</style>
background-color css
<style>
a { background-color: #9154AF; }
a { background-color: rgb(145,84,175); }
div.DivClassName
{
background-color: #9154AF;
}
.BgClassName
{
background-color: #9154AF;
}
</style>
border-color css
<style>
span { border-color: #9154AF; }
span { border-color: rgb(145,84,175); }
td.TdClassName
{
border-color: #9154AF;
}
.TagClassName
{
border-color: #9154AF;
}
</style>