Shades of Deep Lilac #9A4ABF
Tints of Deep Lilac #9A4ABF
RGB
CMYK
RGB Variations
Color information
#9A4ABF (or 0x9A4ABF) is known color: Deep Lilac. HEX triplet: 9A, 4A and BF. RGB value is (154,74,191). Sum of RGB (Red+Green+Blue) = 154+74+191=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A4ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4ABF is #65B540. Grayscale: #6E6E6E. Windows color (decimal): -6665537 or 12536474. OLE color: 12536474.
HSL color Cylindrical-coordinate representation of color #9A4ABF: hue angle of 281.03º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A4ABF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 74 | 191 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.25 |
| HSL | 281.03º | 0.48% | 0.52% | - |
| HSV(B) | 281.03º | 0.61% | 0.75% | - |
| XYZ | 25.18 | 15.53 | 50.96 | - |
| YUV | 111.26 | 173 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 74 | 191 | 0.19 | 0.61 | 0 | 0.25 | 281.03 | 0.48 | 0.52 |
| Hex | 9A | 4A | BF | 13 | 3D | 0 | 19 | 119 | 30 | 34 |
| Octal | 232 | 112 | 277 | 23 | 75 | 0 | 31 | 431 | 60 | 64 |
| Binary | 10011010 | 1001010 | 10111111 | 10011 | 111101 | 0 | 11001 | 100011001 | 110000 | 110100 |
Color Harmonies of #9A4ABF
Complementary color
Monochromatic Colors of #9A4ABF
Black with #9A4ABF
Text Example
Text Example
White with #9A4ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4ABF; }
p { color: rgb(154,74,191); }
H1.HeaderClassName
{
color: #9A4ABF;
}
.AnyTagClassName
{
color: #9A4ABF;
}
</style>
background-color css
<style>
a { background-color: #9A4ABF; }
a { background-color: rgb(154,74,191); }
div.DivClassName
{
background-color: #9A4ABF;
}
.BgClassName
{
background-color: #9A4ABF;
}
</style>
border-color css
<style>
span { border-color: #9A4ABF; }
span { border-color: rgb(154,74,191); }
td.TdClassName
{
border-color: #9A4ABF;
}
.TagClassName
{
border-color: #9A4ABF;
}
</style>