Shades of Deep Lilac #934CCF
Tints of Deep Lilac #934CCF
RGB
CMYK
RGB Variations
Color information
#934CCF (or 0x934CCF) is known color: Deep Lilac. HEX triplet: 93, 4C and CF. RGB value is (147,76,207). Sum of RGB (Red+Green+Blue) = 147+76+207=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #934CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934CCF is #6CB330. Grayscale: #6F6F6F. Windows color (decimal): -7123761 or 13585555. OLE color: 13585555.
HSL color Cylindrical-coordinate representation of color #934CCF: hue angle of 272.52º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #934CCF is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 76 | 207 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.19 |
| HSL | 272.52º | 0.58% | 0.55% | - |
| HSV(B) | 272.52º | 0.63% | 0.81% | - |
| XYZ | 25.88 | 15.88 | 60.73 | - |
| YUV | 112.16 | 181.52 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 207 | 0.29 | 0.63 | 0 | 0.19 | 272.52 | 0.58 | 0.55 |
| Hex | 93 | 4C | CF | 1D | 3F | 0 | 13 | 111 | 3A | 37 |
| Octal | 223 | 114 | 317 | 35 | 77 | 0 | 23 | 421 | 72 | 67 |
| Binary | 10010011 | 1001100 | 11001111 | 11101 | 111111 | 0 | 10011 | 100010001 | 111010 | 110111 |
Color Harmonies of #934CCF
Complementary color
Monochromatic Colors of #934CCF
Black with #934CCF
Text Example
Text Example
White with #934CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934CCF; }
p { color: rgb(147,76,207); }
H1.HeaderClassName
{
color: #934CCF;
}
.AnyTagClassName
{
color: #934CCF;
}
</style>
background-color css
<style>
a { background-color: #934CCF; }
a { background-color: rgb(147,76,207); }
div.DivClassName
{
background-color: #934CCF;
}
.BgClassName
{
background-color: #934CCF;
}
</style>
border-color css
<style>
span { border-color: #934CCF; }
span { border-color: rgb(147,76,207); }
td.TdClassName
{
border-color: #934CCF;
}
.TagClassName
{
border-color: #934CCF;
}
</style>