Shades of Deep Lilac #9759C2
Tints of Deep Lilac #9759C2
RGB
CMYK
RGB Variations
Color information
#9759C2 (or 0x9759C2) is known color: Deep Lilac. HEX triplet: 97, 59 and C2. RGB value is (151,89,194). Sum of RGB (Red+Green+Blue) = 151+89+194=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 194 - color contains mainly: blue. Hex color #9759C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9759C2 is #68A63D. Grayscale: #777777. Windows color (decimal): -6858302 or 12736919. OLE color: 12736919.
HSL color Cylindrical-coordinate representation of color #9759C2: hue angle of 275.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9759C2 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 89 | 194 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.24 |
| HSL | 275.43º | 0.46% | 0.55% | - |
| HSV(B) | 275.43º | 0.54% | 0.76% | - |
| XYZ | 26.07 | 17.62 | 53.07 | - |
| YUV | 119.51 | 170.04 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 89 | 194 | 0.22 | 0.54 | 0 | 0.24 | 275.43 | 0.46 | 0.55 |
| Hex | 97 | 59 | C2 | 16 | 36 | 0 | 18 | 113 | 2E | 37 |
| Octal | 227 | 131 | 302 | 26 | 66 | 0 | 30 | 423 | 56 | 67 |
| Binary | 10010111 | 1011001 | 11000010 | 10110 | 110110 | 0 | 11000 | 100010011 | 101110 | 110111 |
Color Harmonies of #9759C2
Complementary color
Monochromatic Colors of #9759C2
Black with #9759C2
Text Example
Text Example
White with #9759C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9759C2; }
p { color: rgb(151,89,194); }
H1.HeaderClassName
{
color: #9759C2;
}
.AnyTagClassName
{
color: #9759C2;
}
</style>
background-color css
<style>
a { background-color: #9759C2; }
a { background-color: rgb(151,89,194); }
div.DivClassName
{
background-color: #9759C2;
}
.BgClassName
{
background-color: #9759C2;
}
</style>
border-color css
<style>
span { border-color: #9759C2; }
span { border-color: rgb(151,89,194); }
td.TdClassName
{
border-color: #9759C2;
}
.TagClassName
{
border-color: #9759C2;
}
</style>