Shades of Deep Lilac #904FC1
Tints of Deep Lilac #904FC1
RGB
CMYK
RGB Variations
Color information
#904FC1 (or 0x904FC1) is known color: Deep Lilac. HEX triplet: 90, 4F and C1. RGB value is (144,79,193). Sum of RGB (Red+Green+Blue) = 144+79+193=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #904FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904FC1 is #6FB03E. Grayscale: #6F6F6F. Windows color (decimal): -7319615 or 12668816. OLE color: 12668816.
HSL color Cylindrical-coordinate representation of color #904FC1: hue angle of 274.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #904FC1 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 79 | 193 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.24 |
| HSL | 274.21º | 0.48% | 0.53% | - |
| HSV(B) | 274.21º | 0.59% | 0.76% | - |
| XYZ | 23.92 | 15.37 | 52.16 | - |
| YUV | 111.43 | 174.03 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 193 | 0.25 | 0.59 | 0 | 0.24 | 274.21 | 0.48 | 0.53 |
| Hex | 90 | 4F | C1 | 19 | 3B | 0 | 18 | 112 | 30 | 35 |
| Octal | 220 | 117 | 301 | 31 | 73 | 0 | 30 | 422 | 60 | 65 |
| Binary | 10010000 | 1001111 | 11000001 | 11001 | 111011 | 0 | 11000 | 100010010 | 110000 | 110101 |
Color Harmonies of #904FC1
Complementary color
Monochromatic Colors of #904FC1
Black with #904FC1
Text Example
Text Example
White with #904FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904FC1; }
p { color: rgb(144,79,193); }
H1.HeaderClassName
{
color: #904FC1;
}
.AnyTagClassName
{
color: #904FC1;
}
</style>
background-color css
<style>
a { background-color: #904FC1; }
a { background-color: rgb(144,79,193); }
div.DivClassName
{
background-color: #904FC1;
}
.BgClassName
{
background-color: #904FC1;
}
</style>
border-color css
<style>
span { border-color: #904FC1; }
span { border-color: rgb(144,79,193); }
td.TdClassName
{
border-color: #904FC1;
}
.TagClassName
{
border-color: #904FC1;
}
</style>