Shades of Deep Lilac #9659C2
Tints of Deep Lilac #9659C2
RGB
CMYK
RGB Variations
Color information
#9659C2 (or 0x9659C2) is known color: Deep Lilac. HEX triplet: 96, 59 and C2. RGB value is (150,89,194). Sum of RGB (Red+Green+Blue) = 150+89+194=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #9659C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659C2 is #69A63D. Grayscale: #767676. Windows color (decimal): -6923838 or 12736918. OLE color: 12736918.
HSL color Cylindrical-coordinate representation of color #9659C2: hue angle of 274.86º 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 #9659C2 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 89 | 194 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.24 |
| HSL | 274.86º | 0.46% | 0.55% | - |
| HSV(B) | 274.86º | 0.54% | 0.76% | - |
| XYZ | 25.89 | 17.52 | 53.06 | - |
| YUV | 119.21 | 170.21 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 194 | 0.23 | 0.54 | 0 | 0.24 | 274.86 | 0.46 | 0.55 |
| Hex | 96 | 59 | C2 | 17 | 36 | 0 | 18 | 113 | 2E | 37 |
| Octal | 226 | 131 | 302 | 27 | 66 | 0 | 30 | 423 | 56 | 67 |
| Binary | 10010110 | 1011001 | 11000010 | 10111 | 110110 | 0 | 11000 | 100010011 | 101110 | 110111 |
Color Harmonies of #9659C2
Complementary color
Monochromatic Colors of #9659C2
Black with #9659C2
Text Example
Text Example
White with #9659C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9659C2; }
p { color: rgb(150,89,194); }
H1.HeaderClassName
{
color: #9659C2;
}
.AnyTagClassName
{
color: #9659C2;
}
</style>
background-color css
<style>
a { background-color: #9659C2; }
a { background-color: rgb(150,89,194); }
div.DivClassName
{
background-color: #9659C2;
}
.BgClassName
{
background-color: #9659C2;
}
</style>
border-color css
<style>
span { border-color: #9659C2; }
span { border-color: rgb(150,89,194); }
td.TdClassName
{
border-color: #9659C2;
}
.TagClassName
{
border-color: #9659C2;
}
</style>