Shades of Deep Lilac #914BAF
Tints of Deep Lilac #914BAF
RGB
CMYK
RGB Variations
Color information
#914BAF (or 0x914BAF) is known color: Deep Lilac. HEX triplet: 91, 4B and AF. RGB value is (145,75,175). Sum of RGB (Red+Green+Blue) = 145+75+175=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #914BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914BAF is #6EB450. Grayscale: #6B6B6B. Windows color (decimal): -7255121 or 11488145. OLE color: 11488145.
HSL color Cylindrical-coordinate representation of color #914BAF: hue angle of 282º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #914BAF is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 75 | 175 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.31 |
| HSL | 282º | 0.4% | 0.49% | - |
| HSV(B) | 282º | 0.57% | 0.69% | - |
| XYZ | 21.93 | 14.15 | 42.13 | - |
| YUV | 107.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 175 | 0.17 | 0.57 | 0 | 0.31 | 282 | 0.4 | 0.49 |
| Hex | 91 | 4B | AF | 11 | 39 | 0 | 1F | 11A | 28 | 31 |
| Octal | 221 | 113 | 257 | 21 | 71 | 0 | 37 | 432 | 50 | 61 |
| Binary | 10010001 | 1001011 | 10101111 | 10001 | 111001 | 0 | 11111 | 100011010 | 101000 | 110001 |
Color Harmonies of #914BAF
Complementary color
Monochromatic Colors of #914BAF
Black with #914BAF
Text Example
Text Example
White with #914BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914BAF; }
p { color: rgb(145,75,175); }
H1.HeaderClassName
{
color: #914BAF;
}
.AnyTagClassName
{
color: #914BAF;
}
</style>
background-color css
<style>
a { background-color: #914BAF; }
a { background-color: rgb(145,75,175); }
div.DivClassName
{
background-color: #914BAF;
}
.BgClassName
{
background-color: #914BAF;
}
</style>
border-color css
<style>
span { border-color: #914BAF; }
span { border-color: rgb(145,75,175); }
td.TdClassName
{
border-color: #914BAF;
}
.TagClassName
{
border-color: #914BAF;
}
</style>