Shades of Deep Lilac #933DB1
Tints of Deep Lilac #933DB1
RGB
CMYK
RGB Variations
Color information
#933DB1 (or 0x933DB1) is known color: Deep Lilac. HEX triplet: 93, 3D and B1. RGB value is (147,61,177). Sum of RGB (Red+Green+Blue) = 147+61+177=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #933DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933DB1 is #6CC24E. Grayscale: #636363. Windows color (decimal): -7127631 or 11615635. OLE color: 11615635.
HSL color Cylindrical-coordinate representation of color #933DB1: hue angle of 284.48º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #933DB1 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 61 | 177 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.31 |
| HSL | 284.48º | 0.49% | 0.47% | - |
| HSV(B) | 284.48º | 0.66% | 0.69% | - |
| XYZ | 21.64 | 12.71 | 42.91 | - |
| YUV | 99.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 61 | 177 | 0.17 | 0.66 | 0 | 0.31 | 284.48 | 0.49 | 0.47 |
| Hex | 93 | 3D | B1 | 11 | 42 | 0 | 1F | 11C | 31 | 2F |
| Octal | 223 | 75 | 261 | 21 | 102 | 0 | 37 | 434 | 61 | 57 |
| Binary | 10010011 | 111101 | 10110001 | 10001 | 1000010 | 0 | 11111 | 100011100 | 110001 | 101111 |
Color Harmonies of #933DB1
Complementary color
Monochromatic Colors of #933DB1
Black with #933DB1
Text Example
Text Example
White with #933DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933DB1; }
p { color: rgb(147,61,177); }
H1.HeaderClassName
{
color: #933DB1;
}
.AnyTagClassName
{
color: #933DB1;
}
</style>
background-color css
<style>
a { background-color: #933DB1; }
a { background-color: rgb(147,61,177); }
div.DivClassName
{
background-color: #933DB1;
}
.BgClassName
{
background-color: #933DB1;
}
</style>
border-color css
<style>
span { border-color: #933DB1; }
span { border-color: rgb(147,61,177); }
td.TdClassName
{
border-color: #933DB1;
}
.TagClassName
{
border-color: #933DB1;
}
</style>