Shades of Deep Lilac #9A54CB
Tints of Deep Lilac #9A54CB
RGB
CMYK
RGB Variations
Color information
#9A54CB (or 0x9A54CB) is known color: Deep Lilac. HEX triplet: 9A, 54 and CB. RGB value is (154,84,203). Sum of RGB (Red+Green+Blue) = 154+84+203=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A54CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A54CB is #65AB34. Grayscale: #767676. Windows color (decimal): -6662965 or 13325466. OLE color: 13325466.
HSL color Cylindrical-coordinate representation of color #9A54CB: hue angle of 275.29º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A54CB is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 84 | 203 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.20 |
| HSL | 275.29º | 0.53% | 0.56% | - |
| HSV(B) | 275.29º | 0.59% | 0.8% | - |
| XYZ | 27.28 | 17.52 | 58.44 | - |
| YUV | 118.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 84 | 203 | 0.24 | 0.59 | 0 | 0.20 | 275.29 | 0.53 | 0.56 |
| Hex | 9A | 54 | CB | 18 | 3B | 0 | 14 | 113 | 35 | 38 |
| Octal | 232 | 124 | 313 | 30 | 73 | 0 | 24 | 423 | 65 | 70 |
| Binary | 10011010 | 1010100 | 11001011 | 11000 | 111011 | 0 | 10100 | 100010011 | 110101 | 111000 |
Color Harmonies of #9A54CB
Complementary color
Monochromatic Colors of #9A54CB
Black with #9A54CB
Text Example
Text Example
White with #9A54CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A54CB; }
p { color: rgb(154,84,203); }
H1.HeaderClassName
{
color: #9A54CB;
}
.AnyTagClassName
{
color: #9A54CB;
}
</style>
background-color css
<style>
a { background-color: #9A54CB; }
a { background-color: rgb(154,84,203); }
div.DivClassName
{
background-color: #9A54CB;
}
.BgClassName
{
background-color: #9A54CB;
}
</style>
border-color css
<style>
span { border-color: #9A54CB; }
span { border-color: rgb(154,84,203); }
td.TdClassName
{
border-color: #9A54CB;
}
.TagClassName
{
border-color: #9A54CB;
}
</style>