Shades of Deep Lilac #914BCE
Tints of Deep Lilac #914BCE
RGB
CMYK
RGB Variations
Color information
#914BCE (or 0x914BCE) is known color: Deep Lilac. HEX triplet: 91, 4B and CE. RGB value is (145,75,206). Sum of RGB (Red+Green+Blue) = 145+75+206=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #914BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BCE is #6EB431. Grayscale: #6E6E6E. Windows color (decimal): -7255090 or 13519761. OLE color: 13519761.
HSL color Cylindrical-coordinate representation of color #914BCE: hue angle of 272.06º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #914BCE is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 75 | 206 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.19 |
| HSL | 272.06º | 0.57% | 0.55% | - |
| HSV(B) | 272.06º | 0.64% | 0.81% | - |
| XYZ | 25.33 | 15.51 | 60.05 | - |
| YUV | 110.86 | 181.69 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 206 | 0.30 | 0.64 | 0 | 0.19 | 272.06 | 0.57 | 0.55 |
| Hex | 91 | 4B | CE | 1E | 40 | 0 | 13 | 110 | 39 | 37 |
| Octal | 221 | 113 | 316 | 36 | 100 | 0 | 23 | 420 | 71 | 67 |
| Binary | 10010001 | 1001011 | 11001110 | 11110 | 1000000 | 0 | 10011 | 100010000 | 111001 | 110111 |
Color Harmonies of #914BCE
Complementary color
Monochromatic Colors of #914BCE
Black with #914BCE
Text Example
Text Example
White with #914BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914BCE; }
p { color: rgb(145,75,206); }
H1.HeaderClassName
{
color: #914BCE;
}
.AnyTagClassName
{
color: #914BCE;
}
</style>
background-color css
<style>
a { background-color: #914BCE; }
a { background-color: rgb(145,75,206); }
div.DivClassName
{
background-color: #914BCE;
}
.BgClassName
{
background-color: #914BCE;
}
</style>
border-color css
<style>
span { border-color: #914BCE; }
span { border-color: rgb(145,75,206); }
td.TdClassName
{
border-color: #914BCE;
}
.TagClassName
{
border-color: #914BCE;
}
</style>