Shades of Deep Lilac #9256BD
Tints of Deep Lilac #9256BD
RGB
CMYK
RGB Variations
Color information
#9256BD (or 0x9256BD) is known color: Deep Lilac. HEX triplet: 92, 56 and BD. RGB value is (146,86,189). Sum of RGB (Red+Green+Blue) = 146+86+189=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #9256BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9256BD is #6DA942. Grayscale: #737373. Windows color (decimal): -7186755 or 12408466. OLE color: 12408466.
HSL color Cylindrical-coordinate representation of color #9256BD: hue angle of 274.95º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9256BD is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 86 | 189 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.26 |
| HSL | 274.95º | 0.44% | 0.54% | - |
| HSV(B) | 274.95º | 0.54% | 0.74% | - |
| XYZ | 24.37 | 16.44 | 50.03 | - |
| YUV | 115.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 189 | 0.23 | 0.54 | 0 | 0.26 | 274.95 | 0.44 | 0.54 |
| Hex | 92 | 56 | BD | 17 | 36 | 0 | 1A | 113 | 2C | 36 |
| Octal | 222 | 126 | 275 | 27 | 66 | 0 | 32 | 423 | 54 | 66 |
| Binary | 10010010 | 1010110 | 10111101 | 10111 | 110110 | 0 | 11010 | 100010011 | 101100 | 110110 |
Color Harmonies of #9256BD
Complementary color
Monochromatic Colors of #9256BD
Black with #9256BD
Text Example
Text Example
White with #9256BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9256BD; }
p { color: rgb(146,86,189); }
H1.HeaderClassName
{
color: #9256BD;
}
.AnyTagClassName
{
color: #9256BD;
}
</style>
background-color css
<style>
a { background-color: #9256BD; }
a { background-color: rgb(146,86,189); }
div.DivClassName
{
background-color: #9256BD;
}
.BgClassName
{
background-color: #9256BD;
}
</style>
border-color css
<style>
span { border-color: #9256BD; }
span { border-color: rgb(146,86,189); }
td.TdClassName
{
border-color: #9256BD;
}
.TagClassName
{
border-color: #9256BD;
}
</style>