Shades of Deep Lilac #914BB5
Tints of Deep Lilac #914BB5
RGB
CMYK
RGB Variations
Color information
#914BB5 (or 0x914BB5) is known color: Deep Lilac. HEX triplet: 91, 4B and B5. RGB value is (145,75,181). Sum of RGB (Red+Green+Blue) = 145+75+181=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #914BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BB5 is #6EB44A. Grayscale: #6B6B6B. Windows color (decimal): -7255115 or 11881361. OLE color: 11881361.
HSL color Cylindrical-coordinate representation of color #914BB5: hue angle of 279.62º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #914BB5 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 75 | 181 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.29 |
| HSL | 279.62º | 0.42% | 0.5% | - |
| HSV(B) | 279.62º | 0.59% | 0.71% | - |
| XYZ | 22.53 | 14.39 | 45.31 | - |
| YUV | 108.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 181 | 0.20 | 0.59 | 0 | 0.29 | 279.62 | 0.42 | 0.5 |
| Hex | 91 | 4B | B5 | 14 | 3B | 0 | 1D | 118 | 2A | 32 |
| Octal | 221 | 113 | 265 | 24 | 73 | 0 | 35 | 430 | 52 | 62 |
| Binary | 10010001 | 1001011 | 10110101 | 10100 | 111011 | 0 | 11101 | 100011000 | 101010 | 110010 |
Color Harmonies of #914BB5
Complementary color
Monochromatic Colors of #914BB5
Black with #914BB5
Text Example
Text Example
White with #914BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914BB5; }
p { color: rgb(145,75,181); }
H1.HeaderClassName
{
color: #914BB5;
}
.AnyTagClassName
{
color: #914BB5;
}
</style>
background-color css
<style>
a { background-color: #914BB5; }
a { background-color: rgb(145,75,181); }
div.DivClassName
{
background-color: #914BB5;
}
.BgClassName
{
background-color: #914BB5;
}
</style>
border-color css
<style>
span { border-color: #914BB5; }
span { border-color: rgb(145,75,181); }
td.TdClassName
{
border-color: #914BB5;
}
.TagClassName
{
border-color: #914BB5;
}
</style>