Shades of Deep Lilac #933EAF
Tints of Deep Lilac #933EAF
RGB
CMYK
RGB Variations
Color information
#933EAF (or 0x933EAF) is known color: Deep Lilac. HEX triplet: 93, 3E and AF. RGB value is (147,62,175). Sum of RGB (Red+Green+Blue) = 147+62+175=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #933EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933EAF is #6CC150. Grayscale: #636363. Windows color (decimal): -7127377 or 11484819. OLE color: 11484819.
HSL color Cylindrical-coordinate representation of color #933EAF: hue angle of 285.13º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #933EAF is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 62 | 175 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.31 |
| HSL | 285.13º | 0.48% | 0.46% | - |
| HSV(B) | 285.13º | 0.65% | 0.69% | - |
| XYZ | 21.49 | 12.74 | 41.88 | - |
| YUV | 100.3 | 170.16 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 62 | 175 | 0.16 | 0.65 | 0 | 0.31 | 285.13 | 0.48 | 0.46 |
| Hex | 93 | 3E | AF | 10 | 41 | 0 | 1F | 11D | 30 | 2E |
| Octal | 223 | 76 | 257 | 20 | 101 | 0 | 37 | 435 | 60 | 56 |
| Binary | 10010011 | 111110 | 10101111 | 10000 | 1000001 | 0 | 11111 | 100011101 | 110000 | 101110 |
Color Harmonies of #933EAF
Complementary color
Monochromatic Colors of #933EAF
Black with #933EAF
Text Example
Text Example
White with #933EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933EAF; }
p { color: rgb(147,62,175); }
H1.HeaderClassName
{
color: #933EAF;
}
.AnyTagClassName
{
color: #933EAF;
}
</style>
background-color css
<style>
a { background-color: #933EAF; }
a { background-color: rgb(147,62,175); }
div.DivClassName
{
background-color: #933EAF;
}
.BgClassName
{
background-color: #933EAF;
}
</style>
border-color css
<style>
span { border-color: #933EAF; }
span { border-color: rgb(147,62,175); }
td.TdClassName
{
border-color: #933EAF;
}
.TagClassName
{
border-color: #933EAF;
}
</style>