Shades of Deep Lilac #934BCB
Tints of Deep Lilac #934BCB
RGB
CMYK
RGB Variations
Color information
#934BCB (or 0x934BCB) is known color: Deep Lilac. HEX triplet: 93, 4B and CB. RGB value is (147,75,203). Sum of RGB (Red+Green+Blue) = 147+75+203=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #934BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934BCB is #6CB434. Grayscale: #6E6E6E. Windows color (decimal): -7124021 or 13323155. OLE color: 13323155.
HSL color Cylindrical-coordinate representation of color #934BCB: hue angle of 273.75º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #934BCB is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 75 | 203 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.20 |
| HSL | 273.75º | 0.55% | 0.55% | - |
| HSV(B) | 273.75º | 0.63% | 0.8% | - |
| XYZ | 25.33 | 15.55 | 58.17 | - |
| YUV | 111.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 75 | 203 | 0.28 | 0.63 | 0 | 0.20 | 273.75 | 0.55 | 0.55 |
| Hex | 93 | 4B | CB | 1C | 3F | 0 | 14 | 112 | 37 | 37 |
| Octal | 223 | 113 | 313 | 34 | 77 | 0 | 24 | 422 | 67 | 67 |
| Binary | 10010011 | 1001011 | 11001011 | 11100 | 111111 | 0 | 10100 | 100010010 | 110111 | 110111 |
Color Harmonies of #934BCB
Complementary color
Monochromatic Colors of #934BCB
Black with #934BCB
Text Example
Text Example
White with #934BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934BCB; }
p { color: rgb(147,75,203); }
H1.HeaderClassName
{
color: #934BCB;
}
.AnyTagClassName
{
color: #934BCB;
}
</style>
background-color css
<style>
a { background-color: #934BCB; }
a { background-color: rgb(147,75,203); }
div.DivClassName
{
background-color: #934BCB;
}
.BgClassName
{
background-color: #934BCB;
}
</style>
border-color css
<style>
span { border-color: #934BCB; }
span { border-color: rgb(147,75,203); }
td.TdClassName
{
border-color: #934BCB;
}
.TagClassName
{
border-color: #934BCB;
}
</style>