Shades of Deep Lilac #934ACB
Tints of Deep Lilac #934ACB
RGB
CMYK
RGB Variations
Color information
#934ACB (or 0x934ACB) is known color: Deep Lilac. HEX triplet: 93, 4A and CB. RGB value is (147,74,203). Sum of RGB (Red+Green+Blue) = 147+74+203=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #934ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934ACB is #6CB534. Grayscale: #6E6E6E. Windows color (decimal): -7124277 or 13322899. OLE color: 13322899.
HSL color Cylindrical-coordinate representation of color #934ACB: hue angle of 273.95º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #934ACB is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 74 | 203 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.20 |
| HSL | 273.95º | 0.55% | 0.54% | - |
| HSV(B) | 273.95º | 0.64% | 0.8% | - |
| XYZ | 25.26 | 15.41 | 58.14 | - |
| YUV | 110.53 | 180.18 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 203 | 0.28 | 0.64 | 0 | 0.20 | 273.95 | 0.55 | 0.54 |
| Hex | 93 | 4A | CB | 1C | 40 | 0 | 14 | 112 | 37 | 36 |
| Octal | 223 | 112 | 313 | 34 | 100 | 0 | 24 | 422 | 67 | 66 |
| Binary | 10010011 | 1001010 | 11001011 | 11100 | 1000000 | 0 | 10100 | 100010010 | 110111 | 110110 |
Color Harmonies of #934ACB
Complementary color
Monochromatic Colors of #934ACB
Black with #934ACB
Text Example
Text Example
White with #934ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934ACB; }
p { color: rgb(147,74,203); }
H1.HeaderClassName
{
color: #934ACB;
}
.AnyTagClassName
{
color: #934ACB;
}
</style>
background-color css
<style>
a { background-color: #934ACB; }
a { background-color: rgb(147,74,203); }
div.DivClassName
{
background-color: #934ACB;
}
.BgClassName
{
background-color: #934ACB;
}
</style>
border-color css
<style>
span { border-color: #934ACB; }
span { border-color: rgb(147,74,203); }
td.TdClassName
{
border-color: #934ACB;
}
.TagClassName
{
border-color: #934ACB;
}
</style>