Shades of Deep Lilac #9A5CC4
Tints of Deep Lilac #9A5CC4
RGB
CMYK
RGB Variations
Color information
#9A5CC4 (or 0x9A5CC4) is known color: Deep Lilac. HEX triplet: 9A, 5C and C4. RGB value is (154,92,196). Sum of RGB (Red+Green+Blue) = 154+92+196=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A5CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5CC4 is #65A33B. Grayscale: #7A7A7A. Windows color (decimal): -6660924 or 12868762. OLE color: 12868762.
HSL color Cylindrical-coordinate representation of color #9A5CC4: hue angle of 275.77º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A5CC4 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 92 | 196 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.23 |
| HSL | 275.77º | 0.47% | 0.56% | - |
| HSV(B) | 275.77º | 0.53% | 0.77% | - |
| XYZ | 27.12 | 18.51 | 54.37 | - |
| YUV | 122.39 | 169.54 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 92 | 196 | 0.21 | 0.53 | 0 | 0.23 | 275.77 | 0.47 | 0.56 |
| Hex | 9A | 5C | C4 | 15 | 35 | 0 | 17 | 114 | 2F | 38 |
| Octal | 232 | 134 | 304 | 25 | 65 | 0 | 27 | 424 | 57 | 70 |
| Binary | 10011010 | 1011100 | 11000100 | 10101 | 110101 | 0 | 10111 | 100010100 | 101111 | 111000 |
Color Harmonies of #9A5CC4
Complementary color
Monochromatic Colors of #9A5CC4
Black with #9A5CC4
Text Example
Text Example
White with #9A5CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5CC4; }
p { color: rgb(154,92,196); }
H1.HeaderClassName
{
color: #9A5CC4;
}
.AnyTagClassName
{
color: #9A5CC4;
}
</style>
background-color css
<style>
a { background-color: #9A5CC4; }
a { background-color: rgb(154,92,196); }
div.DivClassName
{
background-color: #9A5CC4;
}
.BgClassName
{
background-color: #9A5CC4;
}
</style>
border-color css
<style>
span { border-color: #9A5CC4; }
span { border-color: rgb(154,92,196); }
td.TdClassName
{
border-color: #9A5CC4;
}
.TagClassName
{
border-color: #9A5CC4;
}
</style>