Shades of Deep Lilac #914DCB
Tints of Deep Lilac #914DCB
RGB
CMYK
RGB Variations
Color information
#914DCB (or 0x914DCB) is known color: Deep Lilac. HEX triplet: 91, 4D and CB. RGB value is (145,77,203). Sum of RGB (Red+Green+Blue) = 145+77+203=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 77 (30.47% from 255 or 18.12% 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 #914DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914DCB is #6EB234. Grayscale: #6F6F6F. Windows color (decimal): -7254581 or 13323665. OLE color: 13323665.
HSL color Cylindrical-coordinate representation of color #914DCB: hue angle of 272.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #914DCB is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 77 | 203 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.20 |
| HSL | 272.38º | 0.55% | 0.55% | - |
| HSV(B) | 272.38º | 0.62% | 0.8% | - |
| XYZ | 25.11 | 15.64 | 58.2 | - |
| YUV | 111.7 | 179.53 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 203 | 0.29 | 0.62 | 0 | 0.20 | 272.38 | 0.55 | 0.55 |
| Hex | 91 | 4D | CB | 1D | 3E | 0 | 14 | 110 | 37 | 37 |
| Octal | 221 | 115 | 313 | 35 | 76 | 0 | 24 | 420 | 67 | 67 |
| Binary | 10010001 | 1001101 | 11001011 | 11101 | 111110 | 0 | 10100 | 100010000 | 110111 | 110111 |
Color Harmonies of #914DCB
Complementary color
Monochromatic Colors of #914DCB
Black with #914DCB
Text Example
Text Example
White with #914DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914DCB; }
p { color: rgb(145,77,203); }
H1.HeaderClassName
{
color: #914DCB;
}
.AnyTagClassName
{
color: #914DCB;
}
</style>
background-color css
<style>
a { background-color: #914DCB; }
a { background-color: rgb(145,77,203); }
div.DivClassName
{
background-color: #914DCB;
}
.BgClassName
{
background-color: #914DCB;
}
</style>
border-color css
<style>
span { border-color: #914DCB; }
span { border-color: rgb(145,77,203); }
td.TdClassName
{
border-color: #914DCB;
}
.TagClassName
{
border-color: #914DCB;
}
</style>