Shades of Deep Lilac #9263BA
Tints of Deep Lilac #9263BA
RGB
CMYK
RGB Variations
Color information
#9263BA (or 0x9263BA) is known color: Deep Lilac. HEX triplet: 92, 63 and BA. RGB value is (146,99,186). Sum of RGB (Red+Green+Blue) = 146+99+186=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #9263BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263BA is #6D9C45. Grayscale: #7A7A7A. Windows color (decimal): -7183430 or 12215186. OLE color: 12215186.
HSL color Cylindrical-coordinate representation of color #9263BA: hue angle of 272.41º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9263BA is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 99 | 186 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.27 |
| HSL | 272.41º | 0.39% | 0.56% | - |
| HSV(B) | 272.41º | 0.47% | 0.73% | - |
| XYZ | 25.18 | 18.58 | 48.71 | - |
| YUV | 122.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 186 | 0.22 | 0.47 | 0 | 0.27 | 272.41 | 0.39 | 0.56 |
| Hex | 92 | 63 | BA | 16 | 2F | 0 | 1B | 110 | 27 | 38 |
| Octal | 222 | 143 | 272 | 26 | 57 | 0 | 33 | 420 | 47 | 70 |
| Binary | 10010010 | 1100011 | 10111010 | 10110 | 101111 | 0 | 11011 | 100010000 | 100111 | 111000 |
Color Harmonies of #9263BA
Complementary color
Monochromatic Colors of #9263BA
Black with #9263BA
Text Example
Text Example
White with #9263BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263BA; }
p { color: rgb(146,99,186); }
H1.HeaderClassName
{
color: #9263BA;
}
.AnyTagClassName
{
color: #9263BA;
}
</style>
background-color css
<style>
a { background-color: #9263BA; }
a { background-color: rgb(146,99,186); }
div.DivClassName
{
background-color: #9263BA;
}
.BgClassName
{
background-color: #9263BA;
}
</style>
border-color css
<style>
span { border-color: #9263BA; }
span { border-color: rgb(146,99,186); }
td.TdClassName
{
border-color: #9263BA;
}
.TagClassName
{
border-color: #9263BA;
}
</style>