Shades of Lilac Bush #9068CA
Tints of Lilac Bush #9068CA
RGB
CMYK
RGB Variations
Color information
#9068CA (or 0x9068CA) is known color: Lilac Bush. HEX triplet: 90, 68 and CA. RGB value is (144,104,202). Sum of RGB (Red+Green+Blue) = 144+104+202=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #9068CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9068CA is #6F9735. Grayscale: #7E7E7E. Windows color (decimal): -7313206 or 13265040. OLE color: 13265040.
HSL color Cylindrical-coordinate representation of color #9068CA: hue angle of 264.49º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9068CA is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 104 | 202 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.21 |
| HSL | 264.49º | 0.48% | 0.6% | - |
| HSV(B) | 264.49º | 0.49% | 0.79% | - |
| XYZ | 27.11 | 20.09 | 58.33 | - |
| YUV | 127.13 | 170.25 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 202 | 0.29 | 0.49 | 0 | 0.21 | 264.49 | 0.48 | 0.6 |
| Hex | 90 | 68 | CA | 1D | 31 | 0 | 15 | 108 | 30 | 3C |
| Octal | 220 | 150 | 312 | 35 | 61 | 0 | 25 | 410 | 60 | 74 |
| Binary | 10010000 | 1101000 | 11001010 | 11101 | 110001 | 0 | 10101 | 100001000 | 110000 | 111100 |
Color Harmonies of #9068CA
Complementary color
Monochromatic Colors of #9068CA
Black with #9068CA
Text Example
Text Example
White with #9068CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9068CA; }
p { color: rgb(144,104,202); }
H1.HeaderClassName
{
color: #9068CA;
}
.AnyTagClassName
{
color: #9068CA;
}
</style>
background-color css
<style>
a { background-color: #9068CA; }
a { background-color: rgb(144,104,202); }
div.DivClassName
{
background-color: #9068CA;
}
.BgClassName
{
background-color: #9068CA;
}
</style>
border-color css
<style>
span { border-color: #9068CA; }
span { border-color: rgb(144,104,202); }
td.TdClassName
{
border-color: #9068CA;
}
.TagClassName
{
border-color: #9068CA;
}
</style>