Shades of Deep Lilac #9451AB
Tints of Deep Lilac #9451AB
RGB
CMYK
RGB Variations
Color information
#9451AB (or 0x9451AB) is known color: Deep Lilac. HEX triplet: 94, 51 and AB. RGB value is (148,81,171). Sum of RGB (Red+Green+Blue) = 148+81+171=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #9451AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9451AB is #6BAE54. Grayscale: #6F6F6F. Windows color (decimal): -7056981 or 11227540. OLE color: 11227540.
HSL color Cylindrical-coordinate representation of color #9451AB: hue angle of 284.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9451AB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 81 | 171 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.33 |
| HSL | 284.67º | 0.36% | 0.49% | - |
| HSV(B) | 284.67º | 0.53% | 0.67% | - |
| XYZ | 22.51 | 15.12 | 40.26 | - |
| YUV | 111.29 | 161.7 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 171 | 0.13 | 0.53 | 0 | 0.33 | 284.67 | 0.36 | 0.49 |
| Hex | 94 | 51 | AB | D | 35 | 0 | 21 | 11D | 24 | 31 |
| Octal | 224 | 121 | 253 | 15 | 65 | 0 | 41 | 435 | 44 | 61 |
| Binary | 10010100 | 1010001 | 10101011 | 1101 | 110101 | 0 | 100001 | 100011101 | 100100 | 110001 |
Color Harmonies of #9451AB
Complementary color
Monochromatic Colors of #9451AB
Black with #9451AB
Text Example
Text Example
White with #9451AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9451AB; }
p { color: rgb(148,81,171); }
H1.HeaderClassName
{
color: #9451AB;
}
.AnyTagClassName
{
color: #9451AB;
}
</style>
background-color css
<style>
a { background-color: #9451AB; }
a { background-color: rgb(148,81,171); }
div.DivClassName
{
background-color: #9451AB;
}
.BgClassName
{
background-color: #9451AB;
}
</style>
border-color css
<style>
span { border-color: #9451AB; }
span { border-color: rgb(148,81,171); }
td.TdClassName
{
border-color: #9451AB;
}
.TagClassName
{
border-color: #9451AB;
}
</style>