Shades of Deep Lilac #9752B6
Tints of Deep Lilac #9752B6
RGB
CMYK
RGB Variations
Color information
#9752B6 (or 0x9752B6) is known color: Deep Lilac. HEX triplet: 97, 52 and B6. RGB value is (151,82,182). Sum of RGB (Red+Green+Blue) = 151+82+182=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 182 - color contains mainly: blue. Hex color #9752B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9752B6 is #68AD49. Grayscale: #717171. Windows color (decimal): -6860106 or 11948695. OLE color: 11948695.
HSL color Cylindrical-coordinate representation of color #9752B6: hue angle of 281.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9752B6 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 82 | 182 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.29 |
| HSL | 281.4º | 0.41% | 0.52% | - |
| HSV(B) | 281.4º | 0.55% | 0.71% | - |
| XYZ | 24.22 | 15.99 | 46.07 | - |
| YUV | 114.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 82 | 182 | 0.17 | 0.55 | 0 | 0.29 | 281.4 | 0.41 | 0.52 |
| Hex | 97 | 52 | B6 | 11 | 37 | 0 | 1D | 119 | 29 | 34 |
| Octal | 227 | 122 | 266 | 21 | 67 | 0 | 35 | 431 | 51 | 64 |
| Binary | 10010111 | 1010010 | 10110110 | 10001 | 110111 | 0 | 11101 | 100011001 | 101001 | 110100 |
Color Harmonies of #9752B6
Complementary color
Monochromatic Colors of #9752B6
Black with #9752B6
Text Example
Text Example
White with #9752B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9752B6; }
p { color: rgb(151,82,182); }
H1.HeaderClassName
{
color: #9752B6;
}
.AnyTagClassName
{
color: #9752B6;
}
</style>
background-color css
<style>
a { background-color: #9752B6; }
a { background-color: rgb(151,82,182); }
div.DivClassName
{
background-color: #9752B6;
}
.BgClassName
{
background-color: #9752B6;
}
</style>
border-color css
<style>
span { border-color: #9752B6; }
span { border-color: rgb(151,82,182); }
td.TdClassName
{
border-color: #9752B6;
}
.TagClassName
{
border-color: #9752B6;
}
</style>