Shades of Deep Lilac #914CBC
Tints of Deep Lilac #914CBC
RGB
CMYK
RGB Variations
Color information
#914CBC (or 0x914CBC) is known color: Deep Lilac. HEX triplet: 91, 4C and BC. RGB value is (145,76,188). Sum of RGB (Red+Green+Blue) = 145+76+188=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #914CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CBC is #6EB343. Grayscale: #6D6D6D. Windows color (decimal): -7254852 or 12340369. OLE color: 12340369.
HSL color Cylindrical-coordinate representation of color #914CBC: hue angle of 276.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #914CBC is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 76 | 188 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.26 |
| HSL | 276.96º | 0.46% | 0.52% | - |
| HSV(B) | 276.96º | 0.6% | 0.74% | - |
| XYZ | 23.34 | 14.82 | 49.21 | - |
| YUV | 109.4 | 172.36 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 188 | 0.23 | 0.60 | 0 | 0.26 | 276.96 | 0.46 | 0.52 |
| Hex | 91 | 4C | BC | 17 | 3C | 0 | 1A | 115 | 2E | 34 |
| Octal | 221 | 114 | 274 | 27 | 74 | 0 | 32 | 425 | 56 | 64 |
| Binary | 10010001 | 1001100 | 10111100 | 10111 | 111100 | 0 | 11010 | 100010101 | 101110 | 110100 |
Color Harmonies of #914CBC
Complementary color
Monochromatic Colors of #914CBC
Black with #914CBC
Text Example
Text Example
White with #914CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914CBC; }
p { color: rgb(145,76,188); }
H1.HeaderClassName
{
color: #914CBC;
}
.AnyTagClassName
{
color: #914CBC;
}
</style>
background-color css
<style>
a { background-color: #914CBC; }
a { background-color: rgb(145,76,188); }
div.DivClassName
{
background-color: #914CBC;
}
.BgClassName
{
background-color: #914CBC;
}
</style>
border-color css
<style>
span { border-color: #914CBC; }
span { border-color: rgb(145,76,188); }
td.TdClassName
{
border-color: #914CBC;
}
.TagClassName
{
border-color: #914CBC;
}
</style>