Shades of Lilac Bush #9062BC
Tints of Lilac Bush #9062BC
RGB
CMYK
RGB Variations
Color information
#9062BC (or 0x9062BC) is known color: Lilac Bush. HEX triplet: 90, 62 and BC. RGB value is (144,98,188). Sum of RGB (Red+Green+Blue) = 144+98+188=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #9062BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062BC is #6F9D43. Grayscale: #797979. Windows color (decimal): -7314756 or 12346000. OLE color: 12346000.
HSL color Cylindrical-coordinate representation of color #9062BC: hue angle of 270.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9062BC is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 98 | 188 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.26 |
| HSL | 270.67º | 0.4% | 0.56% | - |
| HSV(B) | 270.67º | 0.48% | 0.74% | - |
| XYZ | 24.95 | 18.3 | 49.79 | - |
| YUV | 122.01 | 165.24 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 188 | 0.23 | 0.48 | 0 | 0.26 | 270.67 | 0.4 | 0.56 |
| Hex | 90 | 62 | BC | 17 | 30 | 0 | 1A | 10F | 28 | 38 |
| Octal | 220 | 142 | 274 | 27 | 60 | 0 | 32 | 417 | 50 | 70 |
| Binary | 10010000 | 1100010 | 10111100 | 10111 | 110000 | 0 | 11010 | 100001111 | 101000 | 111000 |
Color Harmonies of #9062BC
Complementary color
Monochromatic Colors of #9062BC
Black with #9062BC
Text Example
Text Example
White with #9062BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9062BC; }
p { color: rgb(144,98,188); }
H1.HeaderClassName
{
color: #9062BC;
}
.AnyTagClassName
{
color: #9062BC;
}
</style>
background-color css
<style>
a { background-color: #9062BC; }
a { background-color: rgb(144,98,188); }
div.DivClassName
{
background-color: #9062BC;
}
.BgClassName
{
background-color: #9062BC;
}
</style>
border-color css
<style>
span { border-color: #9062BC; }
span { border-color: rgb(144,98,188); }
td.TdClassName
{
border-color: #9062BC;
}
.TagClassName
{
border-color: #9062BC;
}
</style>