Shades of Lilac Bush #9065B6
Tints of Lilac Bush #9065B6
RGB
CMYK
RGB Variations
Color information
#9065B6 (or 0x9065B6) is known color: Lilac Bush. HEX triplet: 90, 65 and B6. RGB value is (144,101,182). Sum of RGB (Red+Green+Blue) = 144+101+182=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 182 - color contains mainly: blue. Hex color #9065B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9065B6 is #6F9A49. Grayscale: #7A7A7A. Windows color (decimal): -7313994 or 11953552. OLE color: 11953552.
HSL color Cylindrical-coordinate representation of color #9065B6: hue angle of 271.85º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9065B6 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 101 | 182 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.29 |
| HSL | 271.85º | 0.36% | 0.55% | - |
| HSV(B) | 271.85º | 0.45% | 0.71% | - |
| XYZ | 24.6 | 18.61 | 46.55 | - |
| YUV | 123.09 | 161.25 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 101 | 182 | 0.21 | 0.45 | 0 | 0.29 | 271.85 | 0.36 | 0.55 |
| Hex | 90 | 65 | B6 | 15 | 2D | 0 | 1D | 110 | 24 | 37 |
| Octal | 220 | 145 | 266 | 25 | 55 | 0 | 35 | 420 | 44 | 67 |
| Binary | 10010000 | 1100101 | 10110110 | 10101 | 101101 | 0 | 11101 | 100010000 | 100100 | 110111 |
Color Harmonies of #9065B6
Complementary color
Monochromatic Colors of #9065B6
Black with #9065B6
Text Example
Text Example
White with #9065B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9065B6; }
p { color: rgb(144,101,182); }
H1.HeaderClassName
{
color: #9065B6;
}
.AnyTagClassName
{
color: #9065B6;
}
</style>
background-color css
<style>
a { background-color: #9065B6; }
a { background-color: rgb(144,101,182); }
div.DivClassName
{
background-color: #9065B6;
}
.BgClassName
{
background-color: #9065B6;
}
</style>
border-color css
<style>
span { border-color: #9065B6; }
span { border-color: rgb(144,101,182); }
td.TdClassName
{
border-color: #9065B6;
}
.TagClassName
{
border-color: #9065B6;
}
</style>