Shades of Deep Lilac #934CCA
Tints of Deep Lilac #934CCA
RGB
CMYK
RGB Variations
Color information
#934CCA (or 0x934CCA) is known color: Deep Lilac. HEX triplet: 93, 4C and CA. RGB value is (147,76,202). Sum of RGB (Red+Green+Blue) = 147+76+202=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #934CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934CCA is #6CB335. Grayscale: #6F6F6F. Windows color (decimal): -7123766 or 13257875. OLE color: 13257875.
HSL color Cylindrical-coordinate representation of color #934CCA: hue angle of 273.81º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #934CCA is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 76 | 202 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.21 |
| HSL | 273.81º | 0.54% | 0.55% | - |
| HSV(B) | 273.81º | 0.62% | 0.79% | - |
| XYZ | 25.28 | 15.64 | 57.56 | - |
| YUV | 111.59 | 179.02 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 202 | 0.27 | 0.62 | 0 | 0.21 | 273.81 | 0.54 | 0.55 |
| Hex | 93 | 4C | CA | 1B | 3E | 0 | 15 | 112 | 36 | 37 |
| Octal | 223 | 114 | 312 | 33 | 76 | 0 | 25 | 422 | 66 | 67 |
| Binary | 10010011 | 1001100 | 11001010 | 11011 | 111110 | 0 | 10101 | 100010010 | 110110 | 110111 |
Color Harmonies of #934CCA
Complementary color
Monochromatic Colors of #934CCA
Black with #934CCA
Text Example
Text Example
White with #934CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934CCA; }
p { color: rgb(147,76,202); }
H1.HeaderClassName
{
color: #934CCA;
}
.AnyTagClassName
{
color: #934CCA;
}
</style>
background-color css
<style>
a { background-color: #934CCA; }
a { background-color: rgb(147,76,202); }
div.DivClassName
{
background-color: #934CCA;
}
.BgClassName
{
background-color: #934CCA;
}
</style>
border-color css
<style>
span { border-color: #934CCA; }
span { border-color: rgb(147,76,202); }
td.TdClassName
{
border-color: #934CCA;
}
.TagClassName
{
border-color: #934CCA;
}
</style>