Shades of Lilac Bush #9465BC
Tints of Lilac Bush #9465BC
RGB
CMYK
RGB Variations
Color information
#9465BC (or 0x9465BC) is known color: Lilac Bush. HEX triplet: 94, 65 and BC. RGB value is (148,101,188). Sum of RGB (Red+Green+Blue) = 148+101+188=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #9465BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9465BC is #6B9A43. Grayscale: #7C7C7C. Windows color (decimal): -7051844 or 12346772. OLE color: 12346772.
HSL color Cylindrical-coordinate representation of color #9465BC: hue angle of 272.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9465BC is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 101 | 188 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.26 |
| HSL | 272.41º | 0.39% | 0.57% | - |
| HSV(B) | 272.41º | 0.46% | 0.74% | - |
| XYZ | 25.94 | 19.23 | 49.92 | - |
| YUV | 124.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 188 | 0.21 | 0.46 | 0 | 0.26 | 272.41 | 0.39 | 0.57 |
| Hex | 94 | 65 | BC | 15 | 2E | 0 | 1A | 110 | 27 | 39 |
| Octal | 224 | 145 | 274 | 25 | 56 | 0 | 32 | 420 | 47 | 71 |
| Binary | 10010100 | 1100101 | 10111100 | 10101 | 101110 | 0 | 11010 | 100010000 | 100111 | 111001 |
Color Harmonies of #9465BC
Complementary color
Monochromatic Colors of #9465BC
Black with #9465BC
Text Example
Text Example
White with #9465BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9465BC; }
p { color: rgb(148,101,188); }
H1.HeaderClassName
{
color: #9465BC;
}
.AnyTagClassName
{
color: #9465BC;
}
</style>
background-color css
<style>
a { background-color: #9465BC; }
a { background-color: rgb(148,101,188); }
div.DivClassName
{
background-color: #9465BC;
}
.BgClassName
{
background-color: #9465BC;
}
</style>
border-color css
<style>
span { border-color: #9465BC; }
span { border-color: rgb(148,101,188); }
td.TdClassName
{
border-color: #9465BC;
}
.TagClassName
{
border-color: #9465BC;
}
</style>