Shades of Deep Lilac #9345AF
Tints of Deep Lilac #9345AF
RGB
CMYK
RGB Variations
Color information
#9345AF (or 0x9345AF) is known color: Deep Lilac. HEX triplet: 93, 45 and AF. RGB value is (147,69,175). Sum of RGB (Red+Green+Blue) = 147+69+175=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #9345AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9345AF is #6CBA50. Grayscale: #686868. Windows color (decimal): -7125585 or 11486611. OLE color: 11486611.
HSL color Cylindrical-coordinate representation of color #9345AF: hue angle of 284.15º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9345AF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 69 | 175 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.31 |
| HSL | 284.15º | 0.43% | 0.48% | - |
| HSV(B) | 284.15º | 0.61% | 0.69% | - |
| XYZ | 21.9 | 13.55 | 42.02 | - |
| YUV | 104.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 69 | 175 | 0.16 | 0.61 | 0 | 0.31 | 284.15 | 0.43 | 0.48 |
| Hex | 93 | 45 | AF | 10 | 3D | 0 | 1F | 11C | 2B | 30 |
| Octal | 223 | 105 | 257 | 20 | 75 | 0 | 37 | 434 | 53 | 60 |
| Binary | 10010011 | 1000101 | 10101111 | 10000 | 111101 | 0 | 11111 | 100011100 | 101011 | 110000 |
Color Harmonies of #9345AF
Complementary color
Monochromatic Colors of #9345AF
Black with #9345AF
Text Example
Text Example
White with #9345AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9345AF; }
p { color: rgb(147,69,175); }
H1.HeaderClassName
{
color: #9345AF;
}
.AnyTagClassName
{
color: #9345AF;
}
</style>
background-color css
<style>
a { background-color: #9345AF; }
a { background-color: rgb(147,69,175); }
div.DivClassName
{
background-color: #9345AF;
}
.BgClassName
{
background-color: #9345AF;
}
</style>
border-color css
<style>
span { border-color: #9345AF; }
span { border-color: rgb(147,69,175); }
td.TdClassName
{
border-color: #9345AF;
}
.TagClassName
{
border-color: #9345AF;
}
</style>