Shades of Deep Lilac #9451AF
Tints of Deep Lilac #9451AF
RGB
CMYK
RGB Variations
Color information
#9451AF (or 0x9451AF) is known color: Deep Lilac. HEX triplet: 94, 51 and AF. RGB value is (148,81,175). Sum of RGB (Red+Green+Blue) = 148+81+175=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 81 (32.03% from 255 or 20.05% 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 #9451AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9451AF is #6BAE50. Grayscale: #6F6F6F. Windows color (decimal): -7056977 or 11489684. OLE color: 11489684.
HSL color Cylindrical-coordinate representation of color #9451AF: hue angle of 282.77º 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 #9451AF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 81 | 175 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.31 |
| HSL | 282.77º | 0.37% | 0.5% | - |
| HSV(B) | 282.77º | 0.54% | 0.69% | - |
| XYZ | 22.89 | 15.28 | 42.3 | - |
| YUV | 111.75 | 163.7 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 175 | 0.15 | 0.54 | 0 | 0.31 | 282.77 | 0.37 | 0.5 |
| Hex | 94 | 51 | AF | F | 36 | 0 | 1F | 11B | 25 | 32 |
| Octal | 224 | 121 | 257 | 17 | 66 | 0 | 37 | 433 | 45 | 62 |
| Binary | 10010100 | 1010001 | 10101111 | 1111 | 110110 | 0 | 11111 | 100011011 | 100101 | 110010 |
Color Harmonies of #9451AF
Complementary color
Monochromatic Colors of #9451AF
Black with #9451AF
Text Example
Text Example
White with #9451AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9451AF; }
p { color: rgb(148,81,175); }
H1.HeaderClassName
{
color: #9451AF;
}
.AnyTagClassName
{
color: #9451AF;
}
</style>
background-color css
<style>
a { background-color: #9451AF; }
a { background-color: rgb(148,81,175); }
div.DivClassName
{
background-color: #9451AF;
}
.BgClassName
{
background-color: #9451AF;
}
</style>
border-color css
<style>
span { border-color: #9451AF; }
span { border-color: rgb(148,81,175); }
td.TdClassName
{
border-color: #9451AF;
}
.TagClassName
{
border-color: #9451AF;
}
</style>