Shades of Deep Lilac #9153AF
Tints of Deep Lilac #9153AF
RGB
CMYK
RGB Variations
Color information
#9153AF (or 0x9153AF) is known color: Deep Lilac. HEX triplet: 91, 53 and AF. RGB value is (145,83,175). Sum of RGB (Red+Green+Blue) = 145+83+175=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #9153AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9153AF is #6EAC50. Grayscale: #6F6F6F. Windows color (decimal): -7253073 or 11490193. OLE color: 11490193.
HSL color Cylindrical-coordinate representation of color #9153AF: hue angle of 280.43º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9153AF is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 83 | 175 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.31 |
| HSL | 280.43º | 0.37% | 0.51% | - |
| HSV(B) | 280.43º | 0.53% | 0.69% | - |
| XYZ | 22.51 | 15.3 | 42.32 | - |
| YUV | 112.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 175 | 0.17 | 0.53 | 0 | 0.31 | 280.43 | 0.37 | 0.51 |
| Hex | 91 | 53 | AF | 11 | 35 | 0 | 1F | 118 | 25 | 33 |
| Octal | 221 | 123 | 257 | 21 | 65 | 0 | 37 | 430 | 45 | 63 |
| Binary | 10010001 | 1010011 | 10101111 | 10001 | 110101 | 0 | 11111 | 100011000 | 100101 | 110011 |
Color Harmonies of #9153AF
Complementary color
Monochromatic Colors of #9153AF
Black with #9153AF
Text Example
Text Example
White with #9153AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9153AF; }
p { color: rgb(145,83,175); }
H1.HeaderClassName
{
color: #9153AF;
}
.AnyTagClassName
{
color: #9153AF;
}
</style>
background-color css
<style>
a { background-color: #9153AF; }
a { background-color: rgb(145,83,175); }
div.DivClassName
{
background-color: #9153AF;
}
.BgClassName
{
background-color: #9153AF;
}
</style>
border-color css
<style>
span { border-color: #9153AF; }
span { border-color: rgb(145,83,175); }
td.TdClassName
{
border-color: #9153AF;
}
.TagClassName
{
border-color: #9153AF;
}
</style>