Shades of Deep Lilac #934CB2
Tints of Deep Lilac #934CB2
RGB
CMYK
RGB Variations
Color information
#934CB2 (or 0x934CB2) is known color: Deep Lilac. HEX triplet: 93, 4C and B2. RGB value is (147,76,178). Sum of RGB (Red+Green+Blue) = 147+76+178=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 178 - color contains mainly: blue. Hex color #934CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934CB2 is #6CB34D. Grayscale: #6C6C6C. Windows color (decimal): -7123790 or 11685011. OLE color: 11685011.
HSL color Cylindrical-coordinate representation of color #934CB2: hue angle of 281.76º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #934CB2 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 76 | 178 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.30 |
| HSL | 281.76º | 0.4% | 0.5% | - |
| HSV(B) | 281.76º | 0.57% | 0.7% | - |
| XYZ | 22.65 | 14.59 | 43.74 | - |
| YUV | 108.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 178 | 0.17 | 0.57 | 0 | 0.30 | 281.76 | 0.4 | 0.5 |
| Hex | 93 | 4C | B2 | 11 | 39 | 0 | 1E | 11A | 28 | 32 |
| Octal | 223 | 114 | 262 | 21 | 71 | 0 | 36 | 432 | 50 | 62 |
| Binary | 10010011 | 1001100 | 10110010 | 10001 | 111001 | 0 | 11110 | 100011010 | 101000 | 110010 |
Color Harmonies of #934CB2
Complementary color
Monochromatic Colors of #934CB2
Black with #934CB2
Text Example
Text Example
White with #934CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934CB2; }
p { color: rgb(147,76,178); }
H1.HeaderClassName
{
color: #934CB2;
}
.AnyTagClassName
{
color: #934CB2;
}
</style>
background-color css
<style>
a { background-color: #934CB2; }
a { background-color: rgb(147,76,178); }
div.DivClassName
{
background-color: #934CB2;
}
.BgClassName
{
background-color: #934CB2;
}
</style>
border-color css
<style>
span { border-color: #934CB2; }
span { border-color: rgb(147,76,178); }
td.TdClassName
{
border-color: #934CB2;
}
.TagClassName
{
border-color: #934CB2;
}
</style>