Shades of Deep Lilac #904BBA
Tints of Deep Lilac #904BBA
RGB
CMYK
RGB Variations
Color information
#904BBA (or 0x904BBA) is known color: Deep Lilac. HEX triplet: 90, 4B and BA. RGB value is (144,75,186). Sum of RGB (Red+Green+Blue) = 144+75+186=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #904BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904BBA is #6FB445. Grayscale: #6B6B6B. Windows color (decimal): -7320646 or 12209040. OLE color: 12209040.
HSL color Cylindrical-coordinate representation of color #904BBA: hue angle of 277.3º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #904BBA is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 75 | 186 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.27 |
| HSL | 277.3º | 0.45% | 0.51% | - |
| HSV(B) | 277.3º | 0.6% | 0.73% | - |
| XYZ | 22.88 | 14.51 | 48.05 | - |
| YUV | 108.29 | 171.86 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 186 | 0.23 | 0.60 | 0 | 0.27 | 277.3 | 0.45 | 0.51 |
| Hex | 90 | 4B | BA | 17 | 3C | 0 | 1B | 115 | 2D | 33 |
| Octal | 220 | 113 | 272 | 27 | 74 | 0 | 33 | 425 | 55 | 63 |
| Binary | 10010000 | 1001011 | 10111010 | 10111 | 111100 | 0 | 11011 | 100010101 | 101101 | 110011 |
Color Harmonies of #904BBA
Complementary color
Monochromatic Colors of #904BBA
Black with #904BBA
Text Example
Text Example
White with #904BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904BBA; }
p { color: rgb(144,75,186); }
H1.HeaderClassName
{
color: #904BBA;
}
.AnyTagClassName
{
color: #904BBA;
}
</style>
background-color css
<style>
a { background-color: #904BBA; }
a { background-color: rgb(144,75,186); }
div.DivClassName
{
background-color: #904BBA;
}
.BgClassName
{
background-color: #904BBA;
}
</style>
border-color css
<style>
span { border-color: #904BBA; }
span { border-color: rgb(144,75,186); }
td.TdClassName
{
border-color: #904BBA;
}
.TagClassName
{
border-color: #904BBA;
}
</style>