Shades of Deep Lilac #934CC9
Tints of Deep Lilac #934CC9
RGB
CMYK
RGB Variations
Color information
#934CC9 (or 0x934CC9) is known color: Deep Lilac. HEX triplet: 93, 4C and C9. RGB value is (147,76,201). Sum of RGB (Red+Green+Blue) = 147+76+201=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #934CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934CC9 is #6CB336. Grayscale: #6F6F6F. Windows color (decimal): -7123767 or 13192339. OLE color: 13192339.
HSL color Cylindrical-coordinate representation of color #934CC9: hue angle of 274.08º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #934CC9 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 76 | 201 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.21 |
| HSL | 274.08º | 0.54% | 0.54% | - |
| HSV(B) | 274.08º | 0.62% | 0.79% | - |
| XYZ | 25.16 | 15.59 | 56.94 | - |
| YUV | 111.48 | 178.52 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 201 | 0.27 | 0.62 | 0 | 0.21 | 274.08 | 0.54 | 0.54 |
| Hex | 93 | 4C | C9 | 1B | 3E | 0 | 15 | 112 | 36 | 36 |
| Octal | 223 | 114 | 311 | 33 | 76 | 0 | 25 | 422 | 66 | 66 |
| Binary | 10010011 | 1001100 | 11001001 | 11011 | 111110 | 0 | 10101 | 100010010 | 110110 | 110110 |
Color Harmonies of #934CC9
Complementary color
Monochromatic Colors of #934CC9
Black with #934CC9
Text Example
Text Example
White with #934CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934CC9; }
p { color: rgb(147,76,201); }
H1.HeaderClassName
{
color: #934CC9;
}
.AnyTagClassName
{
color: #934CC9;
}
</style>
background-color css
<style>
a { background-color: #934CC9; }
a { background-color: rgb(147,76,201); }
div.DivClassName
{
background-color: #934CC9;
}
.BgClassName
{
background-color: #934CC9;
}
</style>
border-color css
<style>
span { border-color: #934CC9; }
span { border-color: rgb(147,76,201); }
td.TdClassName
{
border-color: #934CC9;
}
.TagClassName
{
border-color: #934CC9;
}
</style>