Shades of Deep Lilac #9151AF
Tints of Deep Lilac #9151AF
RGB
CMYK
RGB Variations
Color information
#9151AF (or 0x9151AF) is known color: Deep Lilac. HEX triplet: 91, 51 and AF. RGB value is (145,81,175). Sum of RGB (Red+Green+Blue) = 145+81+175=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #9151AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9151AF is #6EAE50. Grayscale: #6E6E6E. Windows color (decimal): -7253585 or 11489681. OLE color: 11489681.
HSL color Cylindrical-coordinate representation of color #9151AF: hue angle of 280.85º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9151AF is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 81 | 175 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.31 |
| HSL | 280.85º | 0.37% | 0.5% | - |
| HSV(B) | 280.85º | 0.54% | 0.69% | - |
| XYZ | 22.36 | 15 | 42.27 | - |
| YUV | 110.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 175 | 0.17 | 0.54 | 0 | 0.31 | 280.85 | 0.37 | 0.5 |
| Hex | 91 | 51 | AF | 11 | 36 | 0 | 1F | 119 | 25 | 32 |
| Octal | 221 | 121 | 257 | 21 | 66 | 0 | 37 | 431 | 45 | 62 |
| Binary | 10010001 | 1010001 | 10101111 | 10001 | 110110 | 0 | 11111 | 100011001 | 100101 | 110010 |
Color Harmonies of #9151AF
Complementary color
Monochromatic Colors of #9151AF
Black with #9151AF
Text Example
Text Example
White with #9151AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9151AF; }
p { color: rgb(145,81,175); }
H1.HeaderClassName
{
color: #9151AF;
}
.AnyTagClassName
{
color: #9151AF;
}
</style>
background-color css
<style>
a { background-color: #9151AF; }
a { background-color: rgb(145,81,175); }
div.DivClassName
{
background-color: #9151AF;
}
.BgClassName
{
background-color: #9151AF;
}
</style>
border-color css
<style>
span { border-color: #9151AF; }
span { border-color: rgb(145,81,175); }
td.TdClassName
{
border-color: #9151AF;
}
.TagClassName
{
border-color: #9151AF;
}
</style>