Shades of Deep Lilac #9A61BC
Tints of Deep Lilac #9A61BC
RGB
CMYK
RGB Variations
Color information
#9A61BC (or 0x9A61BC) is known color: Deep Lilac. HEX triplet: 9A, 61 and BC. RGB value is (154,97,188). Sum of RGB (Red+Green+Blue) = 154+97+188=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A61BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A61BC is #659E43. Grayscale: #7C7C7C. Windows color (decimal): -6659652 or 12345754. OLE color: 12345754.
HSL color Cylindrical-coordinate representation of color #9A61BC: hue angle of 277.58º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A61BC is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 97 | 188 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.26 |
| HSL | 277.58º | 0.4% | 0.56% | - |
| HSV(B) | 277.58º | 0.48% | 0.74% | - |
| XYZ | 26.68 | 19.05 | 49.85 | - |
| YUV | 124.42 | 163.88 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 188 | 0.18 | 0.48 | 0 | 0.26 | 277.58 | 0.4 | 0.56 |
| Hex | 9A | 61 | BC | 12 | 30 | 0 | 1A | 116 | 28 | 38 |
| Octal | 232 | 141 | 274 | 22 | 60 | 0 | 32 | 426 | 50 | 70 |
| Binary | 10011010 | 1100001 | 10111100 | 10010 | 110000 | 0 | 11010 | 100010110 | 101000 | 111000 |
Color Harmonies of #9A61BC
Complementary color
Monochromatic Colors of #9A61BC
Black with #9A61BC
Text Example
Text Example
White with #9A61BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A61BC; }
p { color: rgb(154,97,188); }
H1.HeaderClassName
{
color: #9A61BC;
}
.AnyTagClassName
{
color: #9A61BC;
}
</style>
background-color css
<style>
a { background-color: #9A61BC; }
a { background-color: rgb(154,97,188); }
div.DivClassName
{
background-color: #9A61BC;
}
.BgClassName
{
background-color: #9A61BC;
}
</style>
border-color css
<style>
span { border-color: #9A61BC; }
span { border-color: rgb(154,97,188); }
td.TdClassName
{
border-color: #9A61BC;
}
.TagClassName
{
border-color: #9A61BC;
}
</style>