Shades of Deep Lilac #904CBC
Tints of Deep Lilac #904CBC
RGB
CMYK
RGB Variations
Color information
#904CBC (or 0x904CBC) is known color: Deep Lilac. HEX triplet: 90, 4C and BC. RGB value is (144,76,188). Sum of RGB (Red+Green+Blue) = 144+76+188=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #904CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CBC is #6FB343. Grayscale: #6C6C6C. Windows color (decimal): -7320388 or 12340368. OLE color: 12340368.
HSL color Cylindrical-coordinate representation of color #904CBC: hue angle of 276.43º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #904CBC is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 76 | 188 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.26 |
| HSL | 276.43º | 0.46% | 0.52% | - |
| HSV(B) | 276.43º | 0.6% | 0.74% | - |
| XYZ | 23.16 | 14.73 | 49.2 | - |
| YUV | 109.1 | 172.53 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 188 | 0.23 | 0.60 | 0 | 0.26 | 276.43 | 0.46 | 0.52 |
| Hex | 90 | 4C | BC | 17 | 3C | 0 | 1A | 114 | 2E | 34 |
| Octal | 220 | 114 | 274 | 27 | 74 | 0 | 32 | 424 | 56 | 64 |
| Binary | 10010000 | 1001100 | 10111100 | 10111 | 111100 | 0 | 11010 | 100010100 | 101110 | 110100 |
Color Harmonies of #904CBC
Complementary color
Monochromatic Colors of #904CBC
Black with #904CBC
Text Example
Text Example
White with #904CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904CBC; }
p { color: rgb(144,76,188); }
H1.HeaderClassName
{
color: #904CBC;
}
.AnyTagClassName
{
color: #904CBC;
}
</style>
background-color css
<style>
a { background-color: #904CBC; }
a { background-color: rgb(144,76,188); }
div.DivClassName
{
background-color: #904CBC;
}
.BgClassName
{
background-color: #904CBC;
}
</style>
border-color css
<style>
span { border-color: #904CBC; }
span { border-color: rgb(144,76,188); }
td.TdClassName
{
border-color: #904CBC;
}
.TagClassName
{
border-color: #904CBC;
}
</style>