Shades of Deep Lilac #9057B4
Tints of Deep Lilac #9057B4
RGB
CMYK
RGB Variations
Color information
#9057B4 (or 0x9057B4) is known color: Deep Lilac. HEX triplet: 90, 57 and B4. RGB value is (144,87,180). Sum of RGB (Red+Green+Blue) = 144+87+180=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #9057B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9057B4 is #6FA84B. Grayscale: #727272. Windows color (decimal): -7317580 or 11818896. OLE color: 11818896.
HSL color Cylindrical-coordinate representation of color #9057B4: hue angle of 276.77º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9057B4 is Cyan = 0.2, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 87 | 180 | - |
| CMYK | 0.2 | 0.52 | 0 | 0.29 |
| HSL | 276.77º | 0.38% | 0.52% | - |
| HSV(B) | 276.77º | 0.52% | 0.71% | - |
| XYZ | 23.15 | 16.04 | 45.06 | - |
| YUV | 114.65 | 164.88 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 180 | 0.2 | 0.52 | 0 | 0.29 | 276.77 | 0.38 | 0.52 |
| Hex | 90 | 57 | B4 | 14 | 34 | 0 | 1D | 115 | 26 | 34 |
| Octal | 220 | 127 | 264 | 24 | 64 | 0 | 35 | 425 | 46 | 64 |
| Binary | 10010000 | 1010111 | 10110100 | 10100 | 110100 | 0 | 11101 | 100010101 | 100110 | 110100 |
Color Harmonies of #9057B4
Complementary color
Monochromatic Colors of #9057B4
Black with #9057B4
Text Example
Text Example
White with #9057B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9057B4; }
p { color: rgb(144,87,180); }
H1.HeaderClassName
{
color: #9057B4;
}
.AnyTagClassName
{
color: #9057B4;
}
</style>
background-color css
<style>
a { background-color: #9057B4; }
a { background-color: rgb(144,87,180); }
div.DivClassName
{
background-color: #9057B4;
}
.BgClassName
{
background-color: #9057B4;
}
</style>
border-color css
<style>
span { border-color: #9057B4; }
span { border-color: rgb(144,87,180); }
td.TdClassName
{
border-color: #9057B4;
}
.TagClassName
{
border-color: #9057B4;
}
</style>