Shades of Deep Lilac #934BD1
Tints of Deep Lilac #934BD1
RGB
CMYK
RGB Variations
Color information
#934BD1 (or 0x934BD1) is known color: Deep Lilac. HEX triplet: 93, 4B and D1. RGB value is (147,75,209). Sum of RGB (Red+Green+Blue) = 147+75+209=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #934BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934BD1 is #6CB42E. Grayscale: #6F6F6F. Windows color (decimal): -7124015 or 13716371. OLE color: 13716371.
HSL color Cylindrical-coordinate representation of color #934BD1: hue angle of 272.24º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #934BD1 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 75 | 209 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.18 |
| HSL | 272.24º | 0.59% | 0.56% | - |
| HSV(B) | 272.24º | 0.64% | 0.82% | - |
| XYZ | 26.06 | 15.84 | 62.01 | - |
| YUV | 111.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 75 | 209 | 0.30 | 0.64 | 0 | 0.18 | 272.24 | 0.59 | 0.56 |
| Hex | 93 | 4B | D1 | 1E | 40 | 0 | 12 | 110 | 3B | 38 |
| Octal | 223 | 113 | 321 | 36 | 100 | 0 | 22 | 420 | 73 | 70 |
| Binary | 10010011 | 1001011 | 11010001 | 11110 | 1000000 | 0 | 10010 | 100010000 | 111011 | 111000 |
Color Harmonies of #934BD1
Complementary color
Monochromatic Colors of #934BD1
Black with #934BD1
Text Example
Text Example
White with #934BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934BD1; }
p { color: rgb(147,75,209); }
H1.HeaderClassName
{
color: #934BD1;
}
.AnyTagClassName
{
color: #934BD1;
}
</style>
background-color css
<style>
a { background-color: #934BD1; }
a { background-color: rgb(147,75,209); }
div.DivClassName
{
background-color: #934BD1;
}
.BgClassName
{
background-color: #934BD1;
}
</style>
border-color css
<style>
span { border-color: #934BD1; }
span { border-color: rgb(147,75,209); }
td.TdClassName
{
border-color: #934BD1;
}
.TagClassName
{
border-color: #934BD1;
}
</style>