Shades of Deep Lilac #9F68B4
Tints of Deep Lilac #9F68B4
RGB
CMYK
RGB Variations
Color information
#9F68B4 (or 0x9F68B4) is known color: Deep Lilac. HEX triplet: 9F, 68 and B4. RGB value is (159,104,180). Sum of RGB (Red+Green+Blue) = 159+104+180=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F68B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F68B4 is #60974B. Grayscale: #808080. Windows color (decimal): -6330188 or 11823263. OLE color: 11823263.
HSL color Cylindrical-coordinate representation of color #9F68B4: hue angle of 283.42º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F68B4 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 104 | 180 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.29 |
| HSL | 283.42º | 0.34% | 0.56% | - |
| HSV(B) | 283.42º | 0.42% | 0.71% | - |
| XYZ | 27.49 | 20.57 | 45.7 | - |
| YUV | 129.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 180 | 0.12 | 0.42 | 0 | 0.29 | 283.42 | 0.34 | 0.56 |
| Hex | 9F | 68 | B4 | C | 2A | 0 | 1D | 11B | 22 | 38 |
| Octal | 237 | 150 | 264 | 14 | 52 | 0 | 35 | 433 | 42 | 70 |
| Binary | 10011111 | 1101000 | 10110100 | 1100 | 101010 | 0 | 11101 | 100011011 | 100010 | 111000 |
Color Harmonies of #9F68B4
Complementary color
Monochromatic Colors of #9F68B4
Black with #9F68B4
Text Example
Text Example
White with #9F68B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F68B4; }
p { color: rgb(159,104,180); }
H1.HeaderClassName
{
color: #9F68B4;
}
.AnyTagClassName
{
color: #9F68B4;
}
</style>
background-color css
<style>
a { background-color: #9F68B4; }
a { background-color: rgb(159,104,180); }
div.DivClassName
{
background-color: #9F68B4;
}
.BgClassName
{
background-color: #9F68B4;
}
</style>
border-color css
<style>
span { border-color: #9F68B4; }
span { border-color: rgb(159,104,180); }
td.TdClassName
{
border-color: #9F68B4;
}
.TagClassName
{
border-color: #9F68B4;
}
</style>