Shades of Deep Lilac #904FCD
Tints of Deep Lilac #904FCD
RGB
CMYK
RGB Variations
Color information
#904FCD (or 0x904FCD) is known color: Deep Lilac. HEX triplet: 90, 4F and CD. RGB value is (144,79,205). Sum of RGB (Red+Green+Blue) = 144+79+205=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #904FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904FCD is #6FB032. Grayscale: #707070. Windows color (decimal): -7319603 or 13455248. OLE color: 13455248.
HSL color Cylindrical-coordinate representation of color #904FCD: hue angle of 270.95º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #904FCD is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 79 | 205 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.20 |
| HSL | 270.95º | 0.56% | 0.56% | - |
| HSV(B) | 270.95º | 0.61% | 0.8% | - |
| XYZ | 25.32 | 15.93 | 59.5 | - |
| YUV | 112.8 | 180.03 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 205 | 0.30 | 0.61 | 0 | 0.20 | 270.95 | 0.56 | 0.56 |
| Hex | 90 | 4F | CD | 1E | 3D | 0 | 14 | 10F | 38 | 38 |
| Octal | 220 | 117 | 315 | 36 | 75 | 0 | 24 | 417 | 70 | 70 |
| Binary | 10010000 | 1001111 | 11001101 | 11110 | 111101 | 0 | 10100 | 100001111 | 111000 | 111000 |
Color Harmonies of #904FCD
Complementary color
Monochromatic Colors of #904FCD
Black with #904FCD
Text Example
Text Example
White with #904FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904FCD; }
p { color: rgb(144,79,205); }
H1.HeaderClassName
{
color: #904FCD;
}
.AnyTagClassName
{
color: #904FCD;
}
</style>
background-color css
<style>
a { background-color: #904FCD; }
a { background-color: rgb(144,79,205); }
div.DivClassName
{
background-color: #904FCD;
}
.BgClassName
{
background-color: #904FCD;
}
</style>
border-color css
<style>
span { border-color: #904FCD; }
span { border-color: rgb(144,79,205); }
td.TdClassName
{
border-color: #904FCD;
}
.TagClassName
{
border-color: #904FCD;
}
</style>