Shades of Deep Lilac #9A4CD0
Tints of Deep Lilac #9A4CD0
RGB
CMYK
RGB Variations
Color information
#9A4CD0 (or 0x9A4CD0) is known color: Deep Lilac. HEX triplet: 9A, 4C and D0. RGB value is (154,76,208). Sum of RGB (Red+Green+Blue) = 154+76+208=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A4CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4CD0 is #65B32F. Grayscale: #717171. Windows color (decimal): -6665008 or 13651098. OLE color: 13651098.
HSL color Cylindrical-coordinate representation of color #9A4CD0: hue angle of 275.45º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A4CD0 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 76 | 208 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.18 |
| HSL | 275.45º | 0.58% | 0.56% | - |
| HSV(B) | 275.45º | 0.63% | 0.82% | - |
| XYZ | 27.3 | 16.59 | 61.44 | - |
| YUV | 114.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 76 | 208 | 0.26 | 0.63 | 0 | 0.18 | 275.45 | 0.58 | 0.56 |
| Hex | 9A | 4C | D0 | 1A | 3F | 0 | 12 | 113 | 3A | 38 |
| Octal | 232 | 114 | 320 | 32 | 77 | 0 | 22 | 423 | 72 | 70 |
| Binary | 10011010 | 1001100 | 11010000 | 11010 | 111111 | 0 | 10010 | 100010011 | 111010 | 111000 |
Color Harmonies of #9A4CD0
Complementary color
Monochromatic Colors of #9A4CD0
Black with #9A4CD0
Text Example
Text Example
White with #9A4CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4CD0; }
p { color: rgb(154,76,208); }
H1.HeaderClassName
{
color: #9A4CD0;
}
.AnyTagClassName
{
color: #9A4CD0;
}
</style>
background-color css
<style>
a { background-color: #9A4CD0; }
a { background-color: rgb(154,76,208); }
div.DivClassName
{
background-color: #9A4CD0;
}
.BgClassName
{
background-color: #9A4CD0;
}
</style>
border-color css
<style>
span { border-color: #9A4CD0; }
span { border-color: rgb(154,76,208); }
td.TdClassName
{
border-color: #9A4CD0;
}
.TagClassName
{
border-color: #9A4CD0;
}
</style>