Shades of Deep Lilac #9061B4
Tints of Deep Lilac #9061B4
RGB
CMYK
RGB Variations
Color information
#9061B4 (or 0x9061B4) is known color: Deep Lilac. HEX triplet: 90, 61 and B4. RGB value is (144,97,180). Sum of RGB (Red+Green+Blue) = 144+97+180=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #9061B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9061B4 is #6F9E4B. Grayscale: #787878. Windows color (decimal): -7315020 or 11821456. OLE color: 11821456.
HSL color Cylindrical-coordinate representation of color #9061B4: hue angle of 273.98º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9061B4 is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 97 | 180 | - |
| CMYK | 0.2 | 0.46 | 0 | 0.29 |
| HSL | 273.98º | 0.36% | 0.54% | - |
| HSV(B) | 273.98º | 0.46% | 0.71% | - |
| XYZ | 24.01 | 17.77 | 45.35 | - |
| YUV | 120.52 | 161.57 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 180 | 0.2 | 0.46 | 0 | 0.29 | 273.98 | 0.36 | 0.54 |
| Hex | 90 | 61 | B4 | 14 | 2E | 0 | 1D | 112 | 24 | 36 |
| Octal | 220 | 141 | 264 | 24 | 56 | 0 | 35 | 422 | 44 | 66 |
| Binary | 10010000 | 1100001 | 10110100 | 10100 | 101110 | 0 | 11101 | 100010010 | 100100 | 110110 |
Color Harmonies of #9061B4
Complementary color
Monochromatic Colors of #9061B4
Black with #9061B4
Text Example
Text Example
White with #9061B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9061B4; }
p { color: rgb(144,97,180); }
H1.HeaderClassName
{
color: #9061B4;
}
.AnyTagClassName
{
color: #9061B4;
}
</style>
background-color css
<style>
a { background-color: #9061B4; }
a { background-color: rgb(144,97,180); }
div.DivClassName
{
background-color: #9061B4;
}
.BgClassName
{
background-color: #9061B4;
}
</style>
border-color css
<style>
span { border-color: #9061B4; }
span { border-color: rgb(144,97,180); }
td.TdClassName
{
border-color: #9061B4;
}
.TagClassName
{
border-color: #9061B4;
}
</style>