Shades of Deep Lilac #934CBE
Tints of Deep Lilac #934CBE
RGB
CMYK
RGB Variations
Color information
#934CBE (or 0x934CBE) is known color: Deep Lilac. HEX triplet: 93, 4C and BE. RGB value is (147,76,190). Sum of RGB (Red+Green+Blue) = 147+76+190=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #934CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934CBE is #6CB341. Grayscale: #6D6D6D. Windows color (decimal): -7123778 or 12471443. OLE color: 12471443.
HSL color Cylindrical-coordinate representation of color #934CBE: hue angle of 277.37º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #934CBE is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 76 | 190 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.25 |
| HSL | 277.37º | 0.47% | 0.52% | - |
| HSV(B) | 277.37º | 0.6% | 0.75% | - |
| XYZ | 23.91 | 15.09 | 50.37 | - |
| YUV | 110.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 190 | 0.23 | 0.60 | 0 | 0.25 | 277.37 | 0.47 | 0.52 |
| Hex | 93 | 4C | BE | 17 | 3C | 0 | 19 | 115 | 2F | 34 |
| Octal | 223 | 114 | 276 | 27 | 74 | 0 | 31 | 425 | 57 | 64 |
| Binary | 10010011 | 1001100 | 10111110 | 10111 | 111100 | 0 | 11001 | 100010101 | 101111 | 110100 |
Color Harmonies of #934CBE
Complementary color
Monochromatic Colors of #934CBE
Black with #934CBE
Text Example
Text Example
White with #934CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934CBE; }
p { color: rgb(147,76,190); }
H1.HeaderClassName
{
color: #934CBE;
}
.AnyTagClassName
{
color: #934CBE;
}
</style>
background-color css
<style>
a { background-color: #934CBE; }
a { background-color: rgb(147,76,190); }
div.DivClassName
{
background-color: #934CBE;
}
.BgClassName
{
background-color: #934CBE;
}
</style>
border-color css
<style>
span { border-color: #934CBE; }
span { border-color: rgb(147,76,190); }
td.TdClassName
{
border-color: #934CBE;
}
.TagClassName
{
border-color: #934CBE;
}
</style>