Shades of Deep Lilac #934BCD
Tints of Deep Lilac #934BCD
RGB
CMYK
RGB Variations
Color information
#934BCD (or 0x934BCD) is known color: Deep Lilac. HEX triplet: 93, 4B and CD. RGB value is (147,75,205). Sum of RGB (Red+Green+Blue) = 147+75+205=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #934BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934BCD is #6CB432. Grayscale: #6E6E6E. Windows color (decimal): -7124019 or 13454227. OLE color: 13454227.
HSL color Cylindrical-coordinate representation of color #934BCD: hue angle of 273.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #934BCD is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 75 | 205 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.20 |
| HSL | 273.23º | 0.57% | 0.55% | - |
| HSV(B) | 273.23º | 0.63% | 0.8% | - |
| XYZ | 25.57 | 15.64 | 59.43 | - |
| YUV | 111.35 | 180.85 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 75 | 205 | 0.28 | 0.63 | 0 | 0.20 | 273.23 | 0.57 | 0.55 |
| Hex | 93 | 4B | CD | 1C | 3F | 0 | 14 | 111 | 39 | 37 |
| Octal | 223 | 113 | 315 | 34 | 77 | 0 | 24 | 421 | 71 | 67 |
| Binary | 10010011 | 1001011 | 11001101 | 11100 | 111111 | 0 | 10100 | 100010001 | 111001 | 110111 |
Color Harmonies of #934BCD
Complementary color
Monochromatic Colors of #934BCD
Black with #934BCD
Text Example
Text Example
White with #934BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934BCD; }
p { color: rgb(147,75,205); }
H1.HeaderClassName
{
color: #934BCD;
}
.AnyTagClassName
{
color: #934BCD;
}
</style>
background-color css
<style>
a { background-color: #934BCD; }
a { background-color: rgb(147,75,205); }
div.DivClassName
{
background-color: #934BCD;
}
.BgClassName
{
background-color: #934BCD;
}
</style>
border-color css
<style>
span { border-color: #934BCD; }
span { border-color: rgb(147,75,205); }
td.TdClassName
{
border-color: #934BCD;
}
.TagClassName
{
border-color: #934BCD;
}
</style>