Shades of Deep Lilac #9351BD
Tints of Deep Lilac #9351BD
RGB
CMYK
RGB Variations
Color information
#9351BD (or 0x9351BD) is known color: Deep Lilac. HEX triplet: 93, 51 and BD. RGB value is (147,81,189). Sum of RGB (Red+Green+Blue) = 147+81+189=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #9351BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9351BD is #6CAE42. Grayscale: #707070. Windows color (decimal): -7122499 or 12407187. OLE color: 12407187.
HSL color Cylindrical-coordinate representation of color #9351BD: hue angle of 276.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9351BD is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 81 | 189 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.26 |
| HSL | 276.67º | 0.45% | 0.53% | - |
| HSV(B) | 276.67º | 0.57% | 0.74% | - |
| XYZ | 24.16 | 15.76 | 49.91 | - |
| YUV | 113.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 189 | 0.22 | 0.57 | 0 | 0.26 | 276.67 | 0.45 | 0.53 |
| Hex | 93 | 51 | BD | 16 | 39 | 0 | 1A | 115 | 2D | 35 |
| Octal | 223 | 121 | 275 | 26 | 71 | 0 | 32 | 425 | 55 | 65 |
| Binary | 10010011 | 1010001 | 10111101 | 10110 | 111001 | 0 | 11010 | 100010101 | 101101 | 110101 |
Color Harmonies of #9351BD
Complementary color
Monochromatic Colors of #9351BD
Black with #9351BD
Text Example
Text Example
White with #9351BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9351BD; }
p { color: rgb(147,81,189); }
H1.HeaderClassName
{
color: #9351BD;
}
.AnyTagClassName
{
color: #9351BD;
}
</style>
background-color css
<style>
a { background-color: #9351BD; }
a { background-color: rgb(147,81,189); }
div.DivClassName
{
background-color: #9351BD;
}
.BgClassName
{
background-color: #9351BD;
}
</style>
border-color css
<style>
span { border-color: #9351BD; }
span { border-color: rgb(147,81,189); }
td.TdClassName
{
border-color: #9351BD;
}
.TagClassName
{
border-color: #9351BD;
}
</style>