Shades of Deep Lilac #904BCB
Tints of Deep Lilac #904BCB
RGB
CMYK
RGB Variations
Color information
#904BCB (or 0x904BCB) is known color: Deep Lilac. HEX triplet: 90, 4B and CB. RGB value is (144,75,203). Sum of RGB (Red+Green+Blue) = 144+75+203=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #904BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904BCB is #6FB434. Grayscale: #6D6D6D. Windows color (decimal): -7320629 or 13323152. OLE color: 13323152.
HSL color Cylindrical-coordinate representation of color #904BCB: hue angle of 272.34º degrees, saturation: 0.55, 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 #904BCB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 75 | 203 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.20 |
| HSL | 272.34º | 0.55% | 0.55% | - |
| HSV(B) | 272.34º | 0.63% | 0.8% | - |
| XYZ | 24.8 | 15.27 | 58.14 | - |
| YUV | 110.22 | 180.36 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 203 | 0.29 | 0.63 | 0 | 0.20 | 272.34 | 0.55 | 0.55 |
| Hex | 90 | 4B | CB | 1D | 3F | 0 | 14 | 110 | 37 | 37 |
| Octal | 220 | 113 | 313 | 35 | 77 | 0 | 24 | 420 | 67 | 67 |
| Binary | 10010000 | 1001011 | 11001011 | 11101 | 111111 | 0 | 10100 | 100010000 | 110111 | 110111 |
Color Harmonies of #904BCB
Complementary color
Monochromatic Colors of #904BCB
Black with #904BCB
Text Example
Text Example
White with #904BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904BCB; }
p { color: rgb(144,75,203); }
H1.HeaderClassName
{
color: #904BCB;
}
.AnyTagClassName
{
color: #904BCB;
}
</style>
background-color css
<style>
a { background-color: #904BCB; }
a { background-color: rgb(144,75,203); }
div.DivClassName
{
background-color: #904BCB;
}
.BgClassName
{
background-color: #904BCB;
}
</style>
border-color css
<style>
span { border-color: #904BCB; }
span { border-color: rgb(144,75,203); }
td.TdClassName
{
border-color: #904BCB;
}
.TagClassName
{
border-color: #904BCB;
}
</style>