Shades of Deep Lilac #934BCE
Tints of Deep Lilac #934BCE
RGB
CMYK
RGB Variations
Color information
#934BCE (or 0x934BCE) is known color: Deep Lilac. HEX triplet: 93, 4B and CE. RGB value is (147,75,206). Sum of RGB (Red+Green+Blue) = 147+75+206=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #934BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934BCE is #6CB431. Grayscale: #6F6F6F. Windows color (decimal): -7124018 or 13519763. OLE color: 13519763.
HSL color Cylindrical-coordinate representation of color #934BCE: hue angle of 272.98º degrees, saturation: 0.57, 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 #934BCE is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 75 | 206 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.19 |
| HSL | 272.98º | 0.57% | 0.55% | - |
| HSV(B) | 272.98º | 0.64% | 0.81% | - |
| XYZ | 25.69 | 15.69 | 60.07 | - |
| YUV | 111.46 | 181.35 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 75 | 206 | 0.29 | 0.64 | 0 | 0.19 | 272.98 | 0.57 | 0.55 |
| Hex | 93 | 4B | CE | 1D | 40 | 0 | 13 | 111 | 39 | 37 |
| Octal | 223 | 113 | 316 | 35 | 100 | 0 | 23 | 421 | 71 | 67 |
| Binary | 10010011 | 1001011 | 11001110 | 11101 | 1000000 | 0 | 10011 | 100010001 | 111001 | 110111 |
Color Harmonies of #934BCE
Complementary color
Monochromatic Colors of #934BCE
Black with #934BCE
Text Example
Text Example
White with #934BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934BCE; }
p { color: rgb(147,75,206); }
H1.HeaderClassName
{
color: #934BCE;
}
.AnyTagClassName
{
color: #934BCE;
}
</style>
background-color css
<style>
a { background-color: #934BCE; }
a { background-color: rgb(147,75,206); }
div.DivClassName
{
background-color: #934BCE;
}
.BgClassName
{
background-color: #934BCE;
}
</style>
border-color css
<style>
span { border-color: #934BCE; }
span { border-color: rgb(147,75,206); }
td.TdClassName
{
border-color: #934BCE;
}
.TagClassName
{
border-color: #934BCE;
}
</style>