Shades of Deep Lilac #9348BB
Tints of Deep Lilac #9348BB
RGB
CMYK
RGB Variations
Color information
#9348BB (or 0x9348BB) is known color: Deep Lilac. HEX triplet: 93, 48 and BB. RGB value is (147,72,187). Sum of RGB (Red+Green+Blue) = 147+72+187=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #9348BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9348BB is #6CB744. Grayscale: #6B6B6B. Windows color (decimal): -7124805 or 12273811. OLE color: 12273811.
HSL color Cylindrical-coordinate representation of color #9348BB: hue angle of 279.13º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9348BB is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 72 | 187 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.27 |
| HSL | 279.13º | 0.46% | 0.51% | - |
| HSV(B) | 279.13º | 0.61% | 0.73% | - |
| XYZ | 23.32 | 14.43 | 48.57 | - |
| YUV | 107.54 | 172.85 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 187 | 0.21 | 0.61 | 0 | 0.27 | 279.13 | 0.46 | 0.51 |
| Hex | 93 | 48 | BB | 15 | 3D | 0 | 1B | 117 | 2E | 33 |
| Octal | 223 | 110 | 273 | 25 | 75 | 0 | 33 | 427 | 56 | 63 |
| Binary | 10010011 | 1001000 | 10111011 | 10101 | 111101 | 0 | 11011 | 100010111 | 101110 | 110011 |
Color Harmonies of #9348BB
Complementary color
Monochromatic Colors of #9348BB
Black with #9348BB
Text Example
Text Example
White with #9348BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9348BB; }
p { color: rgb(147,72,187); }
H1.HeaderClassName
{
color: #9348BB;
}
.AnyTagClassName
{
color: #9348BB;
}
</style>
background-color css
<style>
a { background-color: #9348BB; }
a { background-color: rgb(147,72,187); }
div.DivClassName
{
background-color: #9348BB;
}
.BgClassName
{
background-color: #9348BB;
}
</style>
border-color css
<style>
span { border-color: #9348BB; }
span { border-color: rgb(147,72,187); }
td.TdClassName
{
border-color: #9348BB;
}
.TagClassName
{
border-color: #9348BB;
}
</style>