Shades of Deep Lilac #9351AF
Tints of Deep Lilac #9351AF
RGB
CMYK
RGB Variations
Color information
#9351AF (or 0x9351AF) is known color: Deep Lilac. HEX triplet: 93, 51 and AF. RGB value is (147,81,175). Sum of RGB (Red+Green+Blue) = 147+81+175=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 81 (32.03% from 255 or 20.10% 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 #9351AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9351AF is #6CAE50. Grayscale: #6F6F6F. Windows color (decimal): -7122513 or 11489683. OLE color: 11489683.
HSL color Cylindrical-coordinate representation of color #9351AF: hue angle of 282.13º 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 #9351AF is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 81 | 175 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.31 |
| HSL | 282.13º | 0.37% | 0.5% | - |
| HSV(B) | 282.13º | 0.54% | 0.69% | - |
| XYZ | 22.71 | 15.18 | 42.29 | - |
| YUV | 111.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 175 | 0.16 | 0.54 | 0 | 0.31 | 282.13 | 0.37 | 0.5 |
| Hex | 93 | 51 | AF | 10 | 36 | 0 | 1F | 11A | 25 | 32 |
| Octal | 223 | 121 | 257 | 20 | 66 | 0 | 37 | 432 | 45 | 62 |
| Binary | 10010011 | 1010001 | 10101111 | 10000 | 110110 | 0 | 11111 | 100011010 | 100101 | 110010 |
Color Harmonies of #9351AF
Complementary color
Monochromatic Colors of #9351AF
Black with #9351AF
Text Example
Text Example
White with #9351AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9351AF; }
p { color: rgb(147,81,175); }
H1.HeaderClassName
{
color: #9351AF;
}
.AnyTagClassName
{
color: #9351AF;
}
</style>
background-color css
<style>
a { background-color: #9351AF; }
a { background-color: rgb(147,81,175); }
div.DivClassName
{
background-color: #9351AF;
}
.BgClassName
{
background-color: #9351AF;
}
</style>
border-color css
<style>
span { border-color: #9351AF; }
span { border-color: rgb(147,81,175); }
td.TdClassName
{
border-color: #9351AF;
}
.TagClassName
{
border-color: #9351AF;
}
</style>