Shades of Deep Lilac #9145A7
Tints of Deep Lilac #9145A7
RGB
CMYK
RGB Variations
Color information
#9145A7 (or 0x9145A7) is known color: Deep Lilac. HEX triplet: 91, 45 and A7. RGB value is (145,69,167). Sum of RGB (Red+Green+Blue) = 145+69+167=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 167 - color contains mainly: blue. Hex color #9145A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9145A7 is #6EBA58. Grayscale: #666666. Windows color (decimal): -7256665 or 10962321. OLE color: 10962321.
HSL color Cylindrical-coordinate representation of color #9145A7: hue angle of 286.53º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9145A7 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 69 | 167 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.35 |
| HSL | 286.53º | 0.42% | 0.46% | - |
| HSV(B) | 286.53º | 0.59% | 0.65% | - |
| XYZ | 20.78 | 13.07 | 37.99 | - |
| YUV | 102.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 167 | 0.13 | 0.59 | 0 | 0.35 | 286.53 | 0.42 | 0.46 |
| Hex | 91 | 45 | A7 | D | 3B | 0 | 23 | 11F | 2A | 2E |
| Octal | 221 | 105 | 247 | 15 | 73 | 0 | 43 | 437 | 52 | 56 |
| Binary | 10010001 | 1000101 | 10100111 | 1101 | 111011 | 0 | 100011 | 100011111 | 101010 | 101110 |
Color Harmonies of #9145A7
Complementary color
Monochromatic Colors of #9145A7
Black with #9145A7
Text Example
Text Example
White with #9145A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9145A7; }
p { color: rgb(145,69,167); }
H1.HeaderClassName
{
color: #9145A7;
}
.AnyTagClassName
{
color: #9145A7;
}
</style>
background-color css
<style>
a { background-color: #9145A7; }
a { background-color: rgb(145,69,167); }
div.DivClassName
{
background-color: #9145A7;
}
.BgClassName
{
background-color: #9145A7;
}
</style>
border-color css
<style>
span { border-color: #9145A7; }
span { border-color: rgb(145,69,167); }
td.TdClassName
{
border-color: #9145A7;
}
.TagClassName
{
border-color: #9145A7;
}
</style>