Shades of Deep Lilac #9459B7
Tints of Deep Lilac #9459B7
RGB
CMYK
RGB Variations
Color information
#9459B7 (or 0x9459B7) is known color: Deep Lilac. HEX triplet: 94, 59 and B7. RGB value is (148,89,183). Sum of RGB (Red+Green+Blue) = 148+89+183=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 183 - color contains mainly: blue. Hex color #9459B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459B7 is #6BA648. Grayscale: #757575. Windows color (decimal): -7054921 or 12016020. OLE color: 12016020.
HSL color Cylindrical-coordinate representation of color #9459B7: hue angle of 277.66º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9459B7 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 89 | 183 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.28 |
| HSL | 277.66º | 0.39% | 0.53% | - |
| HSV(B) | 277.66º | 0.51% | 0.72% | - |
| XYZ | 24.33 | 16.86 | 46.77 | - |
| YUV | 117.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 183 | 0.19 | 0.51 | 0 | 0.28 | 277.66 | 0.39 | 0.53 |
| Hex | 94 | 59 | B7 | 13 | 33 | 0 | 1C | 116 | 27 | 35 |
| Octal | 224 | 131 | 267 | 23 | 63 | 0 | 34 | 426 | 47 | 65 |
| Binary | 10010100 | 1011001 | 10110111 | 10011 | 110011 | 0 | 11100 | 100010110 | 100111 | 110101 |
Color Harmonies of #9459B7
Complementary color
Monochromatic Colors of #9459B7
Black with #9459B7
Text Example
Text Example
White with #9459B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9459B7; }
p { color: rgb(148,89,183); }
H1.HeaderClassName
{
color: #9459B7;
}
.AnyTagClassName
{
color: #9459B7;
}
</style>
background-color css
<style>
a { background-color: #9459B7; }
a { background-color: rgb(148,89,183); }
div.DivClassName
{
background-color: #9459B7;
}
.BgClassName
{
background-color: #9459B7;
}
</style>
border-color css
<style>
span { border-color: #9459B7; }
span { border-color: rgb(148,89,183); }
td.TdClassName
{
border-color: #9459B7;
}
.TagClassName
{
border-color: #9459B7;
}
</style>