Shades of Deep Lilac #9150AF
Tints of Deep Lilac #9150AF
RGB
CMYK
RGB Variations
Color information
#9150AF (or 0x9150AF) is known color: Deep Lilac. HEX triplet: 91, 50 and AF. RGB value is (145,80,175). Sum of RGB (Red+Green+Blue) = 145+80+175=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #9150AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9150AF is #6EAF50. Grayscale: #6D6D6D. Windows color (decimal): -7253841 or 11489425. OLE color: 11489425.
HSL color Cylindrical-coordinate representation of color #9150AF: hue angle of 281.05º 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 #9150AF is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 80 | 175 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.31 |
| HSL | 281.05º | 0.37% | 0.5% | - |
| HSV(B) | 281.05º | 0.54% | 0.69% | - |
| XYZ | 22.28 | 14.85 | 42.25 | - |
| YUV | 110.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 175 | 0.17 | 0.54 | 0 | 0.31 | 281.05 | 0.37 | 0.5 |
| Hex | 91 | 50 | AF | 11 | 36 | 0 | 1F | 119 | 25 | 32 |
| Octal | 221 | 120 | 257 | 21 | 66 | 0 | 37 | 431 | 45 | 62 |
| Binary | 10010001 | 1010000 | 10101111 | 10001 | 110110 | 0 | 11111 | 100011001 | 100101 | 110010 |
Color Harmonies of #9150AF
Complementary color
Monochromatic Colors of #9150AF
Black with #9150AF
Text Example
Text Example
White with #9150AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9150AF; }
p { color: rgb(145,80,175); }
H1.HeaderClassName
{
color: #9150AF;
}
.AnyTagClassName
{
color: #9150AF;
}
</style>
background-color css
<style>
a { background-color: #9150AF; }
a { background-color: rgb(145,80,175); }
div.DivClassName
{
background-color: #9150AF;
}
.BgClassName
{
background-color: #9150AF;
}
</style>
border-color css
<style>
span { border-color: #9150AF; }
span { border-color: rgb(145,80,175); }
td.TdClassName
{
border-color: #9150AF;
}
.TagClassName
{
border-color: #9150AF;
}
</style>