Shades of Deep Lilac #9060BC
Tints of Deep Lilac #9060BC
RGB
CMYK
RGB Variations
Color information
#9060BC (or 0x9060BC) is known color: Deep Lilac. HEX triplet: 90, 60 and BC. RGB value is (144,96,188). Sum of RGB (Red+Green+Blue) = 144+96+188=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #9060BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060BC is #6F9F43. Grayscale: #787878. Windows color (decimal): -7315268 or 12345488. OLE color: 12345488.
HSL color Cylindrical-coordinate representation of color #9060BC: hue angle of 271.3º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9060BC is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 96 | 188 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.26 |
| HSL | 271.3º | 0.41% | 0.56% | - |
| HSV(B) | 271.3º | 0.49% | 0.74% | - |
| XYZ | 24.76 | 17.93 | 49.73 | - |
| YUV | 120.84 | 165.9 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 188 | 0.23 | 0.49 | 0 | 0.26 | 271.3 | 0.41 | 0.56 |
| Hex | 90 | 60 | BC | 17 | 31 | 0 | 1A | 10F | 29 | 38 |
| Octal | 220 | 140 | 274 | 27 | 61 | 0 | 32 | 417 | 51 | 70 |
| Binary | 10010000 | 1100000 | 10111100 | 10111 | 110001 | 0 | 11010 | 100001111 | 101001 | 111000 |
Color Harmonies of #9060BC
Complementary color
Monochromatic Colors of #9060BC
Black with #9060BC
Text Example
Text Example
White with #9060BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9060BC; }
p { color: rgb(144,96,188); }
H1.HeaderClassName
{
color: #9060BC;
}
.AnyTagClassName
{
color: #9060BC;
}
</style>
background-color css
<style>
a { background-color: #9060BC; }
a { background-color: rgb(144,96,188); }
div.DivClassName
{
background-color: #9060BC;
}
.BgClassName
{
background-color: #9060BC;
}
</style>
border-color css
<style>
span { border-color: #9060BC; }
span { border-color: rgb(144,96,188); }
td.TdClassName
{
border-color: #9060BC;
}
.TagClassName
{
border-color: #9060BC;
}
</style>