Shades of Deep Lilac #933FB6
Tints of Deep Lilac #933FB6
RGB
CMYK
RGB Variations
Color information
#933FB6 (or 0x933FB6) is known color: Deep Lilac. HEX triplet: 93, 3F and B6. RGB value is (147,63,182). Sum of RGB (Red+Green+Blue) = 147+63+182=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #933FB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933FB6 is #6CC049. Grayscale: #656565. Windows color (decimal): -7127114 or 11943827. OLE color: 11943827.
HSL color Cylindrical-coordinate representation of color #933FB6: hue angle of 282.35º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #933FB6 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 63 | 182 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.29 |
| HSL | 282.35º | 0.49% | 0.48% | - |
| HSV(B) | 282.35º | 0.65% | 0.71% | - |
| XYZ | 22.25 | 13.14 | 45.62 | - |
| YUV | 101.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 182 | 0.19 | 0.65 | 0 | 0.29 | 282.35 | 0.49 | 0.48 |
| Hex | 93 | 3F | B6 | 13 | 41 | 0 | 1D | 11A | 31 | 30 |
| Octal | 223 | 77 | 266 | 23 | 101 | 0 | 35 | 432 | 61 | 60 |
| Binary | 10010011 | 111111 | 10110110 | 10011 | 1000001 | 0 | 11101 | 100011010 | 110001 | 110000 |
Color Harmonies of #933FB6
Complementary color
Monochromatic Colors of #933FB6
Black with #933FB6
Text Example
Text Example
White with #933FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933FB6; }
p { color: rgb(147,63,182); }
H1.HeaderClassName
{
color: #933FB6;
}
.AnyTagClassName
{
color: #933FB6;
}
</style>
background-color css
<style>
a { background-color: #933FB6; }
a { background-color: rgb(147,63,182); }
div.DivClassName
{
background-color: #933FB6;
}
.BgClassName
{
background-color: #933FB6;
}
</style>
border-color css
<style>
span { border-color: #933FB6; }
span { border-color: rgb(147,63,182); }
td.TdClassName
{
border-color: #933FB6;
}
.TagClassName
{
border-color: #933FB6;
}
</style>