Shades of Deep Lilac #9A4CCD
Tints of Deep Lilac #9A4CCD
RGB
CMYK
RGB Variations
Color information
#9A4CCD (or 0x9A4CCD) is known color: Deep Lilac. HEX triplet: 9A, 4C and CD. RGB value is (154,76,205). Sum of RGB (Red+Green+Blue) = 154+76+205=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A4CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4CCD is #65B332. Grayscale: #717171. Windows color (decimal): -6665011 or 13454490. OLE color: 13454490.
HSL color Cylindrical-coordinate representation of color #9A4CCD: hue angle of 276.28º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A4CCD is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 76 | 205 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.20 |
| HSL | 276.28º | 0.56% | 0.55% | - |
| HSV(B) | 276.28º | 0.63% | 0.8% | - |
| XYZ | 26.93 | 16.45 | 59.51 | - |
| YUV | 114.03 | 179.34 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 76 | 205 | 0.25 | 0.63 | 0 | 0.20 | 276.28 | 0.56 | 0.55 |
| Hex | 9A | 4C | CD | 19 | 3F | 0 | 14 | 114 | 38 | 37 |
| Octal | 232 | 114 | 315 | 31 | 77 | 0 | 24 | 424 | 70 | 67 |
| Binary | 10011010 | 1001100 | 11001101 | 11001 | 111111 | 0 | 10100 | 100010100 | 111000 | 110111 |
Color Harmonies of #9A4CCD
Complementary color
Monochromatic Colors of #9A4CCD
Black with #9A4CCD
Text Example
Text Example
White with #9A4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4CCD; }
p { color: rgb(154,76,205); }
H1.HeaderClassName
{
color: #9A4CCD;
}
.AnyTagClassName
{
color: #9A4CCD;
}
</style>
background-color css
<style>
a { background-color: #9A4CCD; }
a { background-color: rgb(154,76,205); }
div.DivClassName
{
background-color: #9A4CCD;
}
.BgClassName
{
background-color: #9A4CCD;
}
</style>
border-color css
<style>
span { border-color: #9A4CCD; }
span { border-color: rgb(154,76,205); }
td.TdClassName
{
border-color: #9A4CCD;
}
.TagClassName
{
border-color: #9A4CCD;
}
</style>