Shades of Deep Lilac #934ACF
Tints of Deep Lilac #934ACF
RGB
CMYK
RGB Variations
Color information
#934ACF (or 0x934ACF) is known color: Deep Lilac. HEX triplet: 93, 4A and CF. RGB value is (147,74,207). Sum of RGB (Red+Green+Blue) = 147+74+207=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #934ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934ACF is #6CB530. Grayscale: #6E6E6E. Windows color (decimal): -7124273 or 13585043. OLE color: 13585043.
HSL color Cylindrical-coordinate representation of color #934ACF: hue angle of 272.93º 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 #934ACF is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 74 | 207 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.19 |
| HSL | 272.93º | 0.58% | 0.55% | - |
| HSV(B) | 272.93º | 0.64% | 0.81% | - |
| XYZ | 25.74 | 15.61 | 60.69 | - |
| YUV | 110.99 | 182.18 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 207 | 0.29 | 0.64 | 0 | 0.19 | 272.93 | 0.58 | 0.55 |
| Hex | 93 | 4A | CF | 1D | 40 | 0 | 13 | 111 | 3A | 37 |
| Octal | 223 | 112 | 317 | 35 | 100 | 0 | 23 | 421 | 72 | 67 |
| Binary | 10010011 | 1001010 | 11001111 | 11101 | 1000000 | 0 | 10011 | 100010001 | 111010 | 110111 |
Color Harmonies of #934ACF
Complementary color
Monochromatic Colors of #934ACF
Black with #934ACF
Text Example
Text Example
White with #934ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934ACF; }
p { color: rgb(147,74,207); }
H1.HeaderClassName
{
color: #934ACF;
}
.AnyTagClassName
{
color: #934ACF;
}
</style>
background-color css
<style>
a { background-color: #934ACF; }
a { background-color: rgb(147,74,207); }
div.DivClassName
{
background-color: #934ACF;
}
.BgClassName
{
background-color: #934ACF;
}
</style>
border-color css
<style>
span { border-color: #934ACF; }
span { border-color: rgb(147,74,207); }
td.TdClassName
{
border-color: #934ACF;
}
.TagClassName
{
border-color: #934ACF;
}
</style>