Shades of Deep Lilac #9451BB
Tints of Deep Lilac #9451BB
RGB
CMYK
RGB Variations
Color information
#9451BB (or 0x9451BB) is known color: Deep Lilac. HEX triplet: 94, 51 and BB. RGB value is (148,81,187). Sum of RGB (Red+Green+Blue) = 148+81+187=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #9451BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9451BB is #6BAE44. Grayscale: #707070. Windows color (decimal): -7056965 or 12276116. OLE color: 12276116.
HSL color Cylindrical-coordinate representation of color #9451BB: hue angle of 277.92º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9451BB is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 81 | 187 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.27 |
| HSL | 277.92º | 0.44% | 0.53% | - |
| HSV(B) | 277.92º | 0.57% | 0.73% | - |
| XYZ | 24.12 | 15.77 | 48.79 | - |
| YUV | 113.12 | 169.7 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 187 | 0.21 | 0.57 | 0 | 0.27 | 277.92 | 0.44 | 0.53 |
| Hex | 94 | 51 | BB | 15 | 39 | 0 | 1B | 116 | 2C | 35 |
| Octal | 224 | 121 | 273 | 25 | 71 | 0 | 33 | 426 | 54 | 65 |
| Binary | 10010100 | 1010001 | 10111011 | 10101 | 111001 | 0 | 11011 | 100010110 | 101100 | 110101 |
Color Harmonies of #9451BB
Complementary color
Monochromatic Colors of #9451BB
Black with #9451BB
Text Example
Text Example
White with #9451BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9451BB; }
p { color: rgb(148,81,187); }
H1.HeaderClassName
{
color: #9451BB;
}
.AnyTagClassName
{
color: #9451BB;
}
</style>
background-color css
<style>
a { background-color: #9451BB; }
a { background-color: rgb(148,81,187); }
div.DivClassName
{
background-color: #9451BB;
}
.BgClassName
{
background-color: #9451BB;
}
</style>
border-color css
<style>
span { border-color: #9451BB; }
span { border-color: rgb(148,81,187); }
td.TdClassName
{
border-color: #9451BB;
}
.TagClassName
{
border-color: #9451BB;
}
</style>