Shades of Deep Lilac #9047B6
Tints of Deep Lilac #9047B6
RGB
CMYK
RGB Variations
Color information
#9047B6 (or 0x9047B6) is known color: Deep Lilac. HEX triplet: 90, 47 and B6. RGB value is (144,71,182). Sum of RGB (Red+Green+Blue) = 144+71+182=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 182 - color contains mainly: blue. Hex color #9047B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9047B6 is #6FB849. Grayscale: #696969. Windows color (decimal): -7321674 or 11945872. OLE color: 11945872.
HSL color Cylindrical-coordinate representation of color #9047B6: hue angle of 279.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9047B6 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 71 | 182 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.29 |
| HSL | 279.46º | 0.44% | 0.5% | - |
| HSV(B) | 279.46º | 0.61% | 0.71% | - |
| XYZ | 22.2 | 13.81 | 45.75 | - |
| YUV | 105.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 182 | 0.21 | 0.61 | 0 | 0.29 | 279.46 | 0.44 | 0.5 |
| Hex | 90 | 47 | B6 | 15 | 3D | 0 | 1D | 117 | 2C | 32 |
| Octal | 220 | 107 | 266 | 25 | 75 | 0 | 35 | 427 | 54 | 62 |
| Binary | 10010000 | 1000111 | 10110110 | 10101 | 111101 | 0 | 11101 | 100010111 | 101100 | 110010 |
Color Harmonies of #9047B6
Complementary color
Monochromatic Colors of #9047B6
Black with #9047B6
Text Example
Text Example
White with #9047B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9047B6; }
p { color: rgb(144,71,182); }
H1.HeaderClassName
{
color: #9047B6;
}
.AnyTagClassName
{
color: #9047B6;
}
</style>
background-color css
<style>
a { background-color: #9047B6; }
a { background-color: rgb(144,71,182); }
div.DivClassName
{
background-color: #9047B6;
}
.BgClassName
{
background-color: #9047B6;
}
</style>
border-color css
<style>
span { border-color: #9047B6; }
span { border-color: rgb(144,71,182); }
td.TdClassName
{
border-color: #9047B6;
}
.TagClassName
{
border-color: #9047B6;
}
</style>