Shades of Deep Lilac #9150A3
Tints of Deep Lilac #9150A3
RGB
CMYK
RGB Variations
Color information
#9150A3 (or 0x9150A3) is known color: Deep Lilac. HEX triplet: 91, 50 and A3. RGB value is (145,80,163). Sum of RGB (Red+Green+Blue) = 145+80+163=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 163 - color contains mainly: blue. Hex color #9150A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9150A3 is #6EAF5C. Grayscale: #6C6C6C. Windows color (decimal): -7253853 or 10702993. OLE color: 10702993.
HSL color Cylindrical-coordinate representation of color #9150A3: hue angle of 286.99º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9150A3 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 80 | 163 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.36 |
| HSL | 286.99º | 0.34% | 0.48% | - |
| HSV(B) | 286.99º | 0.51% | 0.64% | - |
| XYZ | 21.16 | 14.4 | 36.32 | - |
| YUV | 108.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 163 | 0.11 | 0.51 | 0 | 0.36 | 286.99 | 0.34 | 0.48 |
| Hex | 91 | 50 | A3 | B | 33 | 0 | 24 | 11F | 22 | 30 |
| Octal | 221 | 120 | 243 | 13 | 63 | 0 | 44 | 437 | 42 | 60 |
| Binary | 10010001 | 1010000 | 10100011 | 1011 | 110011 | 0 | 100100 | 100011111 | 100010 | 110000 |
Color Harmonies of #9150A3
Complementary color
Monochromatic Colors of #9150A3
Black with #9150A3
Text Example
Text Example
White with #9150A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9150A3; }
p { color: rgb(145,80,163); }
H1.HeaderClassName
{
color: #9150A3;
}
.AnyTagClassName
{
color: #9150A3;
}
</style>
background-color css
<style>
a { background-color: #9150A3; }
a { background-color: rgb(145,80,163); }
div.DivClassName
{
background-color: #9150A3;
}
.BgClassName
{
background-color: #9150A3;
}
</style>
border-color css
<style>
span { border-color: #9150A3; }
span { border-color: rgb(145,80,163); }
td.TdClassName
{
border-color: #9150A3;
}
.TagClassName
{
border-color: #9150A3;
}
</style>