Shades of Deep Lilac #934CCB
Tints of Deep Lilac #934CCB
RGB
CMYK
RGB Variations
Color information
#934CCB (or 0x934CCB) is known color: Deep Lilac. HEX triplet: 93, 4C and CB. RGB value is (147,76,203). Sum of RGB (Red+Green+Blue) = 147+76+203=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #934CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934CCB is #6CB334. Grayscale: #6F6F6F. Windows color (decimal): -7123765 or 13323411. OLE color: 13323411.
HSL color Cylindrical-coordinate representation of color #934CCB: hue angle of 273.54º degrees, saturation: 0.55, 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 #934CCB is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 76 | 203 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.20 |
| HSL | 273.54º | 0.55% | 0.55% | - |
| HSV(B) | 273.54º | 0.63% | 0.8% | - |
| XYZ | 25.4 | 15.68 | 58.19 | - |
| YUV | 111.71 | 179.52 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 203 | 0.28 | 0.63 | 0 | 0.20 | 273.54 | 0.55 | 0.55 |
| Hex | 93 | 4C | CB | 1C | 3F | 0 | 14 | 112 | 37 | 37 |
| Octal | 223 | 114 | 313 | 34 | 77 | 0 | 24 | 422 | 67 | 67 |
| Binary | 10010011 | 1001100 | 11001011 | 11100 | 111111 | 0 | 10100 | 100010010 | 110111 | 110111 |
Color Harmonies of #934CCB
Complementary color
Monochromatic Colors of #934CCB
Black with #934CCB
Text Example
Text Example
White with #934CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934CCB; }
p { color: rgb(147,76,203); }
H1.HeaderClassName
{
color: #934CCB;
}
.AnyTagClassName
{
color: #934CCB;
}
</style>
background-color css
<style>
a { background-color: #934CCB; }
a { background-color: rgb(147,76,203); }
div.DivClassName
{
background-color: #934CCB;
}
.BgClassName
{
background-color: #934CCB;
}
</style>
border-color css
<style>
span { border-color: #934CCB; }
span { border-color: rgb(147,76,203); }
td.TdClassName
{
border-color: #934CCB;
}
.TagClassName
{
border-color: #934CCB;
}
</style>