Shades of Deep Lilac #934BCF
Tints of Deep Lilac #934BCF
RGB
CMYK
RGB Variations
Color information
#934BCF (or 0x934BCF) is known color: Deep Lilac. HEX triplet: 93, 4B and CF. RGB value is (147,75,207). Sum of RGB (Red+Green+Blue) = 147+75+207=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #934BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934BCF is #6CB430. Grayscale: #6F6F6F. Windows color (decimal): -7124017 or 13585299. OLE color: 13585299.
HSL color Cylindrical-coordinate representation of color #934BCF: hue angle of 272.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #934BCF is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 75 | 207 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.19 |
| HSL | 272.73º | 0.58% | 0.55% | - |
| HSV(B) | 272.73º | 0.64% | 0.81% | - |
| XYZ | 25.81 | 15.74 | 60.71 | - |
| YUV | 111.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 75 | 207 | 0.29 | 0.64 | 0 | 0.19 | 272.73 | 0.58 | 0.55 |
| Hex | 93 | 4B | CF | 1D | 40 | 0 | 13 | 111 | 3A | 37 |
| Octal | 223 | 113 | 317 | 35 | 100 | 0 | 23 | 421 | 72 | 67 |
| Binary | 10010011 | 1001011 | 11001111 | 11101 | 1000000 | 0 | 10011 | 100010001 | 111010 | 110111 |
Color Harmonies of #934BCF
Complementary color
Monochromatic Colors of #934BCF
Black with #934BCF
Text Example
Text Example
White with #934BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934BCF; }
p { color: rgb(147,75,207); }
H1.HeaderClassName
{
color: #934BCF;
}
.AnyTagClassName
{
color: #934BCF;
}
</style>
background-color css
<style>
a { background-color: #934BCF; }
a { background-color: rgb(147,75,207); }
div.DivClassName
{
background-color: #934BCF;
}
.BgClassName
{
background-color: #934BCF;
}
</style>
border-color css
<style>
span { border-color: #934BCF; }
span { border-color: rgb(147,75,207); }
td.TdClassName
{
border-color: #934BCF;
}
.TagClassName
{
border-color: #934BCF;
}
</style>