Shades of Deep Lilac #9347C9
Tints of Deep Lilac #9347C9
RGB
CMYK
RGB Variations
Color information
#9347C9 (or 0x9347C9) is known color: Deep Lilac. HEX triplet: 93, 47 and C9. RGB value is (147,71,201). Sum of RGB (Red+Green+Blue) = 147+71+201=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #9347C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9347C9 is #6CB836. Grayscale: #6C6C6C. Windows color (decimal): -7125047 or 13191059. OLE color: 13191059.
HSL color Cylindrical-coordinate representation of color #9347C9: hue angle of 275.08º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9347C9 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 71 | 201 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.21 |
| HSL | 275.08º | 0.55% | 0.53% | - |
| HSV(B) | 275.08º | 0.65% | 0.79% | - |
| XYZ | 24.83 | 14.93 | 56.83 | - |
| YUV | 108.54 | 180.18 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 201 | 0.27 | 0.65 | 0 | 0.21 | 275.08 | 0.55 | 0.53 |
| Hex | 93 | 47 | C9 | 1B | 41 | 0 | 15 | 113 | 37 | 35 |
| Octal | 223 | 107 | 311 | 33 | 101 | 0 | 25 | 423 | 67 | 65 |
| Binary | 10010011 | 1000111 | 11001001 | 11011 | 1000001 | 0 | 10101 | 100010011 | 110111 | 110101 |
Color Harmonies of #9347C9
Complementary color
Monochromatic Colors of #9347C9
Black with #9347C9
Text Example
Text Example
White with #9347C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9347C9; }
p { color: rgb(147,71,201); }
H1.HeaderClassName
{
color: #9347C9;
}
.AnyTagClassName
{
color: #9347C9;
}
</style>
background-color css
<style>
a { background-color: #9347C9; }
a { background-color: rgb(147,71,201); }
div.DivClassName
{
background-color: #9347C9;
}
.BgClassName
{
background-color: #9347C9;
}
</style>
border-color css
<style>
span { border-color: #9347C9; }
span { border-color: rgb(147,71,201); }
td.TdClassName
{
border-color: #9347C9;
}
.TagClassName
{
border-color: #9347C9;
}
</style>