Shades of Lilac Bush #9069CA
Tints of Lilac Bush #9069CA
RGB
CMYK
RGB Variations
Color information
#9069CA (or 0x9069CA) is known color: Lilac Bush. HEX triplet: 90, 69 and CA. RGB value is (144,105,202). Sum of RGB (Red+Green+Blue) = 144+105+202=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #9069CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9069CA is #6F9635. Grayscale: #7F7F7F. Windows color (decimal): -7312950 or 13265296. OLE color: 13265296.
HSL color Cylindrical-coordinate representation of color #9069CA: hue angle of 264.12º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9069CA is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 105 | 202 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.21 |
| HSL | 264.12º | 0.48% | 0.6% | - |
| HSV(B) | 264.12º | 0.48% | 0.79% | - |
| XYZ | 27.21 | 20.3 | 58.36 | - |
| YUV | 127.72 | 169.92 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 202 | 0.29 | 0.48 | 0 | 0.21 | 264.12 | 0.48 | 0.6 |
| Hex | 90 | 69 | CA | 1D | 30 | 0 | 15 | 108 | 30 | 3C |
| Octal | 220 | 151 | 312 | 35 | 60 | 0 | 25 | 410 | 60 | 74 |
| Binary | 10010000 | 1101001 | 11001010 | 11101 | 110000 | 0 | 10101 | 100001000 | 110000 | 111100 |
Color Harmonies of #9069CA
Complementary color
Monochromatic Colors of #9069CA
Black with #9069CA
Text Example
Text Example
White with #9069CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9069CA; }
p { color: rgb(144,105,202); }
H1.HeaderClassName
{
color: #9069CA;
}
.AnyTagClassName
{
color: #9069CA;
}
</style>
background-color css
<style>
a { background-color: #9069CA; }
a { background-color: rgb(144,105,202); }
div.DivClassName
{
background-color: #9069CA;
}
.BgClassName
{
background-color: #9069CA;
}
</style>
border-color css
<style>
span { border-color: #9069CA; }
span { border-color: rgb(144,105,202); }
td.TdClassName
{
border-color: #9069CA;
}
.TagClassName
{
border-color: #9069CA;
}
</style>