Shades of Deep Lilac #904FC8
Tints of Deep Lilac #904FC8
RGB
CMYK
RGB Variations
Color information
#904FC8 (or 0x904FC8) is known color: Deep Lilac. HEX triplet: 90, 4F and C8. RGB value is (144,79,200). Sum of RGB (Red+Green+Blue) = 144+79+200=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #904FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904FC8 is #6FB037. Grayscale: #6F6F6F. Windows color (decimal): -7319608 or 13127568. OLE color: 13127568.
HSL color Cylindrical-coordinate representation of color #904FC8: hue angle of 272.23º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #904FC8 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 79 | 200 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.22 |
| HSL | 272.23º | 0.52% | 0.55% | - |
| HSV(B) | 272.23º | 0.61% | 0.78% | - |
| XYZ | 24.72 | 15.69 | 56.37 | - |
| YUV | 112.23 | 177.53 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 200 | 0.28 | 0.60 | 0 | 0.22 | 272.23 | 0.52 | 0.55 |
| Hex | 90 | 4F | C8 | 1C | 3C | 0 | 16 | 110 | 34 | 37 |
| Octal | 220 | 117 | 310 | 34 | 74 | 0 | 26 | 420 | 64 | 67 |
| Binary | 10010000 | 1001111 | 11001000 | 11100 | 111100 | 0 | 10110 | 100010000 | 110100 | 110111 |
Color Harmonies of #904FC8
Complementary color
Monochromatic Colors of #904FC8
Black with #904FC8
Text Example
Text Example
White with #904FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904FC8; }
p { color: rgb(144,79,200); }
H1.HeaderClassName
{
color: #904FC8;
}
.AnyTagClassName
{
color: #904FC8;
}
</style>
background-color css
<style>
a { background-color: #904FC8; }
a { background-color: rgb(144,79,200); }
div.DivClassName
{
background-color: #904FC8;
}
.BgClassName
{
background-color: #904FC8;
}
</style>
border-color css
<style>
span { border-color: #904FC8; }
span { border-color: rgb(144,79,200); }
td.TdClassName
{
border-color: #904FC8;
}
.TagClassName
{
border-color: #904FC8;
}
</style>