Shades of Deep Lilac #914CBF
Tints of Deep Lilac #914CBF
RGB
CMYK
RGB Variations
Color information
#914CBF (or 0x914CBF) is known color: Deep Lilac. HEX triplet: 91, 4C and BF. RGB value is (145,76,191). Sum of RGB (Red+Green+Blue) = 145+76+191=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #914CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CBF is #6EB340. Grayscale: #6D6D6D. Windows color (decimal): -7254849 or 12536977. OLE color: 12536977.
HSL color Cylindrical-coordinate representation of color #914CBF: hue angle of 276º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #914CBF is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 76 | 191 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.25 |
| HSL | 276º | 0.47% | 0.52% | - |
| HSV(B) | 276º | 0.6% | 0.75% | - |
| XYZ | 23.67 | 14.95 | 50.93 | - |
| YUV | 109.74 | 173.86 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 191 | 0.24 | 0.60 | 0 | 0.25 | 276 | 0.47 | 0.52 |
| Hex | 91 | 4C | BF | 18 | 3C | 0 | 19 | 114 | 2F | 34 |
| Octal | 221 | 114 | 277 | 30 | 74 | 0 | 31 | 424 | 57 | 64 |
| Binary | 10010001 | 1001100 | 10111111 | 11000 | 111100 | 0 | 11001 | 100010100 | 101111 | 110100 |
Color Harmonies of #914CBF
Complementary color
Monochromatic Colors of #914CBF
Black with #914CBF
Text Example
Text Example
White with #914CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914CBF; }
p { color: rgb(145,76,191); }
H1.HeaderClassName
{
color: #914CBF;
}
.AnyTagClassName
{
color: #914CBF;
}
</style>
background-color css
<style>
a { background-color: #914CBF; }
a { background-color: rgb(145,76,191); }
div.DivClassName
{
background-color: #914CBF;
}
.BgClassName
{
background-color: #914CBF;
}
</style>
border-color css
<style>
span { border-color: #914CBF; }
span { border-color: rgb(145,76,191); }
td.TdClassName
{
border-color: #914CBF;
}
.TagClassName
{
border-color: #914CBF;
}
</style>