Shades of Deep Lilac #9342BD
Tints of Deep Lilac #9342BD
RGB
CMYK
RGB Variations
Color information
#9342BD (or 0x9342BD) is known color: Deep Lilac. HEX triplet: 93, 42 and BD. RGB value is (147,66,189). Sum of RGB (Red+Green+Blue) = 147+66+189=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #9342BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9342BD is #6CBD42. Grayscale: #676767. Windows color (decimal): -7126339 or 12403347. OLE color: 12403347.
HSL color Cylindrical-coordinate representation of color #9342BD: hue angle of 279.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9342BD is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 66 | 189 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.26 |
| HSL | 279.51º | 0.48% | 0.5% | - |
| HSV(B) | 279.51º | 0.65% | 0.74% | - |
| XYZ | 23.17 | 13.77 | 49.58 | - |
| YUV | 104.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 189 | 0.22 | 0.65 | 0 | 0.26 | 279.51 | 0.48 | 0.5 |
| Hex | 93 | 42 | BD | 16 | 41 | 0 | 1A | 118 | 30 | 32 |
| Octal | 223 | 102 | 275 | 26 | 101 | 0 | 32 | 430 | 60 | 62 |
| Binary | 10010011 | 1000010 | 10111101 | 10110 | 1000001 | 0 | 11010 | 100011000 | 110000 | 110010 |
Color Harmonies of #9342BD
Complementary color
Monochromatic Colors of #9342BD
Black with #9342BD
Text Example
Text Example
White with #9342BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9342BD; }
p { color: rgb(147,66,189); }
H1.HeaderClassName
{
color: #9342BD;
}
.AnyTagClassName
{
color: #9342BD;
}
</style>
background-color css
<style>
a { background-color: #9342BD; }
a { background-color: rgb(147,66,189); }
div.DivClassName
{
background-color: #9342BD;
}
.BgClassName
{
background-color: #9342BD;
}
</style>
border-color css
<style>
span { border-color: #9342BD; }
span { border-color: rgb(147,66,189); }
td.TdClassName
{
border-color: #9342BD;
}
.TagClassName
{
border-color: #9342BD;
}
</style>