Shades of Deep Lilac #914ACB
Tints of Deep Lilac #914ACB
RGB
CMYK
RGB Variations
Color information
#914ACB (or 0x914ACB) is known color: Deep Lilac. HEX triplet: 91, 4A and CB. RGB value is (145,74,203). Sum of RGB (Red+Green+Blue) = 145+74+203=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #914ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914ACB is #6EB534. Grayscale: #6D6D6D. Windows color (decimal): -7255349 or 13322897. OLE color: 13322897.
HSL color Cylindrical-coordinate representation of color #914ACB: hue angle of 273.02º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #914ACB is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 74 | 203 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.20 |
| HSL | 273.02º | 0.55% | 0.54% | - |
| HSV(B) | 273.02º | 0.64% | 0.8% | - |
| XYZ | 24.91 | 15.23 | 58.13 | - |
| YUV | 109.94 | 180.52 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 203 | 0.29 | 0.64 | 0 | 0.20 | 273.02 | 0.55 | 0.54 |
| Hex | 91 | 4A | CB | 1D | 40 | 0 | 14 | 111 | 37 | 36 |
| Octal | 221 | 112 | 313 | 35 | 100 | 0 | 24 | 421 | 67 | 66 |
| Binary | 10010001 | 1001010 | 11001011 | 11101 | 1000000 | 0 | 10100 | 100010001 | 110111 | 110110 |
Color Harmonies of #914ACB
Complementary color
Monochromatic Colors of #914ACB
Black with #914ACB
Text Example
Text Example
White with #914ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914ACB; }
p { color: rgb(145,74,203); }
H1.HeaderClassName
{
color: #914ACB;
}
.AnyTagClassName
{
color: #914ACB;
}
</style>
background-color css
<style>
a { background-color: #914ACB; }
a { background-color: rgb(145,74,203); }
div.DivClassName
{
background-color: #914ACB;
}
.BgClassName
{
background-color: #914ACB;
}
</style>
border-color css
<style>
span { border-color: #914ACB; }
span { border-color: rgb(145,74,203); }
td.TdClassName
{
border-color: #914ACB;
}
.TagClassName
{
border-color: #914ACB;
}
</style>