Shades of Deep Lilac #9347BE
Tints of Deep Lilac #9347BE
RGB
CMYK
RGB Variations
Color information
#9347BE (or 0x9347BE) is known color: Deep Lilac. HEX triplet: 93, 47 and BE. RGB value is (147,71,190). Sum of RGB (Red+Green+Blue) = 147+71+190=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #9347BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9347BE is #6CB841. Grayscale: #6A6A6A. Windows color (decimal): -7125058 or 12470163. OLE color: 12470163.
HSL color Cylindrical-coordinate representation of color #9347BE: hue angle of 278.32º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9347BE is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 71 | 190 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.25 |
| HSL | 278.32º | 0.48% | 0.51% | - |
| HSV(B) | 278.32º | 0.63% | 0.75% | - |
| XYZ | 23.58 | 14.43 | 50.26 | - |
| YUV | 107.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 190 | 0.23 | 0.63 | 0 | 0.25 | 278.32 | 0.48 | 0.51 |
| Hex | 93 | 47 | BE | 17 | 3F | 0 | 19 | 116 | 30 | 33 |
| Octal | 223 | 107 | 276 | 27 | 77 | 0 | 31 | 426 | 60 | 63 |
| Binary | 10010011 | 1000111 | 10111110 | 10111 | 111111 | 0 | 11001 | 100010110 | 110000 | 110011 |
Color Harmonies of #9347BE
Complementary color
Monochromatic Colors of #9347BE
Black with #9347BE
Text Example
Text Example
White with #9347BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9347BE; }
p { color: rgb(147,71,190); }
H1.HeaderClassName
{
color: #9347BE;
}
.AnyTagClassName
{
color: #9347BE;
}
</style>
background-color css
<style>
a { background-color: #9347BE; }
a { background-color: rgb(147,71,190); }
div.DivClassName
{
background-color: #9347BE;
}
.BgClassName
{
background-color: #9347BE;
}
</style>
border-color css
<style>
span { border-color: #9347BE; }
span { border-color: rgb(147,71,190); }
td.TdClassName
{
border-color: #9347BE;
}
.TagClassName
{
border-color: #9347BE;
}
</style>