Shades of Deep Lilac #9751B5
Tints of Deep Lilac #9751B5
RGB
CMYK
RGB Variations
Color information
#9751B5 (or 0x9751B5) is known color: Deep Lilac. HEX triplet: 97, 51 and B5. RGB value is (151,81,181). Sum of RGB (Red+Green+Blue) = 151+81+181=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 181 - color contains mainly: blue. Hex color #9751B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9751B5 is #68AE4A. Grayscale: #717171. Windows color (decimal): -6860363 or 11882903. OLE color: 11882903.
HSL color Cylindrical-coordinate representation of color #9751B5: hue angle of 282º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9751B5 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 81 | 181 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.29 |
| HSL | 282º | 0.4% | 0.51% | - |
| HSV(B) | 282º | 0.55% | 0.71% | - |
| XYZ | 24.05 | 15.8 | 45.5 | - |
| YUV | 113.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 181 | 0.17 | 0.55 | 0 | 0.29 | 282 | 0.4 | 0.51 |
| Hex | 97 | 51 | B5 | 11 | 37 | 0 | 1D | 11A | 28 | 33 |
| Octal | 227 | 121 | 265 | 21 | 67 | 0 | 35 | 432 | 50 | 63 |
| Binary | 10010111 | 1010001 | 10110101 | 10001 | 110111 | 0 | 11101 | 100011010 | 101000 | 110011 |
Color Harmonies of #9751B5
Complementary color
Monochromatic Colors of #9751B5
Black with #9751B5
Text Example
Text Example
White with #9751B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9751B5; }
p { color: rgb(151,81,181); }
H1.HeaderClassName
{
color: #9751B5;
}
.AnyTagClassName
{
color: #9751B5;
}
</style>
background-color css
<style>
a { background-color: #9751B5; }
a { background-color: rgb(151,81,181); }
div.DivClassName
{
background-color: #9751B5;
}
.BgClassName
{
background-color: #9751B5;
}
</style>
border-color css
<style>
span { border-color: #9751B5; }
span { border-color: rgb(151,81,181); }
td.TdClassName
{
border-color: #9751B5;
}
.TagClassName
{
border-color: #9751B5;
}
</style>