Shades of Deep Lilac #914CCF
Tints of Deep Lilac #914CCF
RGB
CMYK
RGB Variations
Color information
#914CCF (or 0x914CCF) is known color: Deep Lilac. HEX triplet: 91, 4C and CF. RGB value is (145,76,207). Sum of RGB (Red+Green+Blue) = 145+76+207=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #914CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CCF is #6EB330. Grayscale: #6F6F6F. Windows color (decimal): -7254833 or 13585553. OLE color: 13585553.
HSL color Cylindrical-coordinate representation of color #914CCF: hue angle of 271.6º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #914CCF is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 76 | 207 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.19 |
| HSL | 271.6º | 0.58% | 0.55% | - |
| HSV(B) | 271.6º | 0.63% | 0.81% | - |
| XYZ | 25.52 | 15.69 | 60.72 | - |
| YUV | 111.57 | 181.86 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 207 | 0.30 | 0.63 | 0 | 0.19 | 271.6 | 0.58 | 0.55 |
| Hex | 91 | 4C | CF | 1E | 3F | 0 | 13 | 110 | 3A | 37 |
| Octal | 221 | 114 | 317 | 36 | 77 | 0 | 23 | 420 | 72 | 67 |
| Binary | 10010001 | 1001100 | 11001111 | 11110 | 111111 | 0 | 10011 | 100010000 | 111010 | 110111 |
Color Harmonies of #914CCF
Complementary color
Monochromatic Colors of #914CCF
Black with #914CCF
Text Example
Text Example
White with #914CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914CCF; }
p { color: rgb(145,76,207); }
H1.HeaderClassName
{
color: #914CCF;
}
.AnyTagClassName
{
color: #914CCF;
}
</style>
background-color css
<style>
a { background-color: #914CCF; }
a { background-color: rgb(145,76,207); }
div.DivClassName
{
background-color: #914CCF;
}
.BgClassName
{
background-color: #914CCF;
}
</style>
border-color css
<style>
span { border-color: #914CCF; }
span { border-color: rgb(145,76,207); }
td.TdClassName
{
border-color: #914CCF;
}
.TagClassName
{
border-color: #914CCF;
}
</style>