Shades of Deep Lilac #9A68BA
Tints of Deep Lilac #9A68BA
RGB
CMYK
RGB Variations
Color information
#9A68BA (or 0x9A68BA) is known color: Deep Lilac. HEX triplet: 9A, 68 and BA. RGB value is (154,104,186). Sum of RGB (Red+Green+Blue) = 154+104+186=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A68BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A68BA is #659745. Grayscale: #808080. Windows color (decimal): -6657862 or 12216474. OLE color: 12216474.
HSL color Cylindrical-coordinate representation of color #9A68BA: hue angle of 276.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A68BA is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 104 | 186 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.27 |
| HSL | 276.59º | 0.37% | 0.57% | - |
| HSV(B) | 276.59º | 0.44% | 0.73% | - |
| XYZ | 27.14 | 20.32 | 48.95 | - |
| YUV | 128.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 186 | 0.17 | 0.44 | 0 | 0.27 | 276.59 | 0.37 | 0.57 |
| Hex | 9A | 68 | BA | 11 | 2C | 0 | 1B | 115 | 25 | 39 |
| Octal | 232 | 150 | 272 | 21 | 54 | 0 | 33 | 425 | 45 | 71 |
| Binary | 10011010 | 1101000 | 10111010 | 10001 | 101100 | 0 | 11011 | 100010101 | 100101 | 111001 |
Color Harmonies of #9A68BA
Complementary color
Monochromatic Colors of #9A68BA
Black with #9A68BA
Text Example
Text Example
White with #9A68BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A68BA; }
p { color: rgb(154,104,186); }
H1.HeaderClassName
{
color: #9A68BA;
}
.AnyTagClassName
{
color: #9A68BA;
}
</style>
background-color css
<style>
a { background-color: #9A68BA; }
a { background-color: rgb(154,104,186); }
div.DivClassName
{
background-color: #9A68BA;
}
.BgClassName
{
background-color: #9A68BA;
}
</style>
border-color css
<style>
span { border-color: #9A68BA; }
span { border-color: rgb(154,104,186); }
td.TdClassName
{
border-color: #9A68BA;
}
.TagClassName
{
border-color: #9A68BA;
}
</style>