Shades of Deep Lilac #914BBC
Tints of Deep Lilac #914BBC
RGB
CMYK
RGB Variations
Color information
#914BBC (or 0x914BBC) is known color: Deep Lilac. HEX triplet: 91, 4B and BC. RGB value is (145,75,188). Sum of RGB (Red+Green+Blue) = 145+75+188=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #914BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BBC is #6EB443. Grayscale: #6C6C6C. Windows color (decimal): -7255108 or 12340113. OLE color: 12340113.
HSL color Cylindrical-coordinate representation of color #914BBC: hue angle of 277.17º 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 #914BBC is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 75 | 188 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.26 |
| HSL | 277.17º | 0.46% | 0.52% | - |
| HSV(B) | 277.17º | 0.6% | 0.74% | - |
| XYZ | 23.27 | 14.68 | 49.18 | - |
| YUV | 108.81 | 172.69 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 188 | 0.23 | 0.60 | 0 | 0.26 | 277.17 | 0.46 | 0.52 |
| Hex | 91 | 4B | BC | 17 | 3C | 0 | 1A | 115 | 2E | 34 |
| Octal | 221 | 113 | 274 | 27 | 74 | 0 | 32 | 425 | 56 | 64 |
| Binary | 10010001 | 1001011 | 10111100 | 10111 | 111100 | 0 | 11010 | 100010101 | 101110 | 110100 |
Color Harmonies of #914BBC
Complementary color
Monochromatic Colors of #914BBC
Black with #914BBC
Text Example
Text Example
White with #914BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914BBC; }
p { color: rgb(145,75,188); }
H1.HeaderClassName
{
color: #914BBC;
}
.AnyTagClassName
{
color: #914BBC;
}
</style>
background-color css
<style>
a { background-color: #914BBC; }
a { background-color: rgb(145,75,188); }
div.DivClassName
{
background-color: #914BBC;
}
.BgClassName
{
background-color: #914BBC;
}
</style>
border-color css
<style>
span { border-color: #914BBC; }
span { border-color: rgb(145,75,188); }
td.TdClassName
{
border-color: #914BBC;
}
.TagClassName
{
border-color: #914BBC;
}
</style>