Shades of Deep Lilac #935ABD
Tints of Deep Lilac #935ABD
RGB
CMYK
RGB Variations
Color information
#935ABD (or 0x935ABD) is known color: Deep Lilac. HEX triplet: 93, 5A and BD. RGB value is (147,90,189). Sum of RGB (Red+Green+Blue) = 147+90+189=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #935ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ABD is #6CA542. Grayscale: #757575. Windows color (decimal): -7120195 or 12409491. OLE color: 12409491.
HSL color Cylindrical-coordinate representation of color #935ABD: hue angle of 274.55º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #935ABD is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 90 | 189 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.26 |
| HSL | 274.55º | 0.43% | 0.55% | - |
| HSV(B) | 274.55º | 0.52% | 0.74% | - |
| XYZ | 24.87 | 17.19 | 50.15 | - |
| YUV | 118.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 189 | 0.22 | 0.52 | 0 | 0.26 | 274.55 | 0.43 | 0.55 |
| Hex | 93 | 5A | BD | 16 | 34 | 0 | 1A | 113 | 2B | 37 |
| Octal | 223 | 132 | 275 | 26 | 64 | 0 | 32 | 423 | 53 | 67 |
| Binary | 10010011 | 1011010 | 10111101 | 10110 | 110100 | 0 | 11010 | 100010011 | 101011 | 110111 |
Color Harmonies of #935ABD
Complementary color
Monochromatic Colors of #935ABD
Black with #935ABD
Text Example
Text Example
White with #935ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935ABD; }
p { color: rgb(147,90,189); }
H1.HeaderClassName
{
color: #935ABD;
}
.AnyTagClassName
{
color: #935ABD;
}
</style>
background-color css
<style>
a { background-color: #935ABD; }
a { background-color: rgb(147,90,189); }
div.DivClassName
{
background-color: #935ABD;
}
.BgClassName
{
background-color: #935ABD;
}
</style>
border-color css
<style>
span { border-color: #935ABD; }
span { border-color: rgb(147,90,189); }
td.TdClassName
{
border-color: #935ABD;
}
.TagClassName
{
border-color: #935ABD;
}
</style>