Shades of Lilac Bush #9165BD
Tints of Lilac Bush #9165BD
RGB
CMYK
RGB Variations
Color information
#9165BD (or 0x9165BD) is known color: Lilac Bush. HEX triplet: 91, 65 and BD. RGB value is (145,101,189). Sum of RGB (Red+Green+Blue) = 145+101+189=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #9165BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9165BD is #6E9A42. Grayscale: #7B7B7B. Windows color (decimal): -7248451 or 12412305. OLE color: 12412305.
HSL color Cylindrical-coordinate representation of color #9165BD: hue angle of 270º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9165BD is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 101 | 189 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.26 |
| HSL | 270º | 0.4% | 0.57% | - |
| HSV(B) | 270º | 0.47% | 0.74% | - |
| XYZ | 25.52 | 19 | 50.47 | - |
| YUV | 124.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 189 | 0.23 | 0.47 | 0 | 0.26 | 270 | 0.4 | 0.57 |
| Hex | 91 | 65 | BD | 17 | 2F | 0 | 1A | 10E | 28 | 39 |
| Octal | 221 | 145 | 275 | 27 | 57 | 0 | 32 | 416 | 50 | 71 |
| Binary | 10010001 | 1100101 | 10111101 | 10111 | 101111 | 0 | 11010 | 100001110 | 101000 | 111001 |
Color Harmonies of #9165BD
Complementary color
Monochromatic Colors of #9165BD
Black with #9165BD
Text Example
Text Example
White with #9165BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9165BD; }
p { color: rgb(145,101,189); }
H1.HeaderClassName
{
color: #9165BD;
}
.AnyTagClassName
{
color: #9165BD;
}
</style>
background-color css
<style>
a { background-color: #9165BD; }
a { background-color: rgb(145,101,189); }
div.DivClassName
{
background-color: #9165BD;
}
.BgClassName
{
background-color: #9165BD;
}
</style>
border-color css
<style>
span { border-color: #9165BD; }
span { border-color: rgb(145,101,189); }
td.TdClassName
{
border-color: #9165BD;
}
.TagClassName
{
border-color: #9165BD;
}
</style>