Shades of Deep Lilac #9762B9
Tints of Deep Lilac #9762B9
RGB
CMYK
RGB Variations
Color information
#9762B9 (or 0x9762B9) is known color: Deep Lilac. HEX triplet: 97, 62 and B9. RGB value is (151,98,185). Sum of RGB (Red+Green+Blue) = 151+98+185=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #9762B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762B9 is #689D46. Grayscale: #7B7B7B. Windows color (decimal): -6856007 or 12149399. OLE color: 12149399.
HSL color Cylindrical-coordinate representation of color #9762B9: hue angle of 276.55º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9762B9 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 98 | 185 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.27 |
| HSL | 276.55º | 0.38% | 0.55% | - |
| HSV(B) | 276.55º | 0.47% | 0.73% | - |
| XYZ | 25.89 | 18.82 | 48.17 | - |
| YUV | 123.77 | 162.56 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 185 | 0.18 | 0.47 | 0 | 0.27 | 276.55 | 0.38 | 0.55 |
| Hex | 97 | 62 | B9 | 12 | 2F | 0 | 1B | 115 | 26 | 37 |
| Octal | 227 | 142 | 271 | 22 | 57 | 0 | 33 | 425 | 46 | 67 |
| Binary | 10010111 | 1100010 | 10111001 | 10010 | 101111 | 0 | 11011 | 100010101 | 100110 | 110111 |
Color Harmonies of #9762B9
Complementary color
Monochromatic Colors of #9762B9
Black with #9762B9
Text Example
Text Example
White with #9762B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9762B9; }
p { color: rgb(151,98,185); }
H1.HeaderClassName
{
color: #9762B9;
}
.AnyTagClassName
{
color: #9762B9;
}
</style>
background-color css
<style>
a { background-color: #9762B9; }
a { background-color: rgb(151,98,185); }
div.DivClassName
{
background-color: #9762B9;
}
.BgClassName
{
background-color: #9762B9;
}
</style>
border-color css
<style>
span { border-color: #9762B9; }
span { border-color: rgb(151,98,185); }
td.TdClassName
{
border-color: #9762B9;
}
.TagClassName
{
border-color: #9762B9;
}
</style>