Shades of Deep Lilac #914BB4
Tints of Deep Lilac #914BB4
RGB
CMYK
RGB Variations
Color information
#914BB4 (or 0x914BB4) is known color: Deep Lilac. HEX triplet: 91, 4B and B4. RGB value is (145,75,180). Sum of RGB (Red+Green+Blue) = 145+75+180=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #914BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BB4 is #6EB44B. Grayscale: #6B6B6B. Windows color (decimal): -7255116 or 11815825. OLE color: 11815825.
HSL color Cylindrical-coordinate representation of color #914BB4: hue angle of 280º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #914BB4 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 75 | 180 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.29 |
| HSL | 280º | 0.41% | 0.5% | - |
| HSV(B) | 280º | 0.58% | 0.71% | - |
| XYZ | 22.43 | 14.35 | 44.77 | - |
| YUV | 107.9 | 168.69 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 180 | 0.19 | 0.58 | 0 | 0.29 | 280 | 0.41 | 0.5 |
| Hex | 91 | 4B | B4 | 13 | 3A | 0 | 1D | 118 | 29 | 32 |
| Octal | 221 | 113 | 264 | 23 | 72 | 0 | 35 | 430 | 51 | 62 |
| Binary | 10010001 | 1001011 | 10110100 | 10011 | 111010 | 0 | 11101 | 100011000 | 101001 | 110010 |
Color Harmonies of #914BB4
Complementary color
Monochromatic Colors of #914BB4
Black with #914BB4
Text Example
Text Example
White with #914BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914BB4; }
p { color: rgb(145,75,180); }
H1.HeaderClassName
{
color: #914BB4;
}
.AnyTagClassName
{
color: #914BB4;
}
</style>
background-color css
<style>
a { background-color: #914BB4; }
a { background-color: rgb(145,75,180); }
div.DivClassName
{
background-color: #914BB4;
}
.BgClassName
{
background-color: #914BB4;
}
</style>
border-color css
<style>
span { border-color: #914BB4; }
span { border-color: rgb(145,75,180); }
td.TdClassName
{
border-color: #914BB4;
}
.TagClassName
{
border-color: #914BB4;
}
</style>