Shades of Deep Lilac #933BAB
Tints of Deep Lilac #933BAB
RGB
CMYK
RGB Variations
Color information
#933BAB (or 0x933BAB) is known color: Deep Lilac. HEX triplet: 93, 3B and AB. RGB value is (147,59,171). Sum of RGB (Red+Green+Blue) = 147+59+171=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #933BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933BAB is #6CC454. Grayscale: #616161. Windows color (decimal): -7128149 or 11221907. OLE color: 11221907.
HSL color Cylindrical-coordinate representation of color #933BAB: hue angle of 287.14º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #933BAB is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 59 | 171 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.33 |
| HSL | 287.14º | 0.49% | 0.45% | - |
| HSV(B) | 287.14º | 0.65% | 0.67% | - |
| XYZ | 20.95 | 12.27 | 39.79 | - |
| YUV | 98.08 | 169.15 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 59 | 171 | 0.14 | 0.65 | 0 | 0.33 | 287.14 | 0.49 | 0.45 |
| Hex | 93 | 3B | AB | E | 41 | 0 | 21 | 11F | 31 | 2D |
| Octal | 223 | 73 | 253 | 16 | 101 | 0 | 41 | 437 | 61 | 55 |
| Binary | 10010011 | 111011 | 10101011 | 1110 | 1000001 | 0 | 100001 | 100011111 | 110001 | 101101 |
Color Harmonies of #933BAB
Complementary color
Monochromatic Colors of #933BAB
Black with #933BAB
Text Example
Text Example
White with #933BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933BAB; }
p { color: rgb(147,59,171); }
H1.HeaderClassName
{
color: #933BAB;
}
.AnyTagClassName
{
color: #933BAB;
}
</style>
background-color css
<style>
a { background-color: #933BAB; }
a { background-color: rgb(147,59,171); }
div.DivClassName
{
background-color: #933BAB;
}
.BgClassName
{
background-color: #933BAB;
}
</style>
border-color css
<style>
span { border-color: #933BAB; }
span { border-color: rgb(147,59,171); }
td.TdClassName
{
border-color: #933BAB;
}
.TagClassName
{
border-color: #933BAB;
}
</style>