Shades of Deep Lilac #854AB3
Tints of Deep Lilac #854AB3
RGB
CMYK
RGB Variations
Color information
#854AB3 (or 0x854AB3) is known color: Deep Lilac. HEX triplet: 85, 4A and B3. RGB value is (133,74,179). Sum of RGB (Red+Green+Blue) = 133+74+179=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #854AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854AB3 is #7AB54C. Grayscale: #676767. Windows color (decimal): -8041805 or 11750021. OLE color: 11750021.
HSL color Cylindrical-coordinate representation of color #854AB3: hue angle of 273.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #854AB3 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 74 | 179 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.30 |
| HSL | 273.71º | 0.42% | 0.5% | - |
| HSV(B) | 273.71º | 0.59% | 0.7% | - |
| XYZ | 20.26 | 13.14 | 44.12 | - |
| YUV | 103.61 | 170.55 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 179 | 0.26 | 0.59 | 0 | 0.30 | 273.71 | 0.42 | 0.5 |
| Hex | 85 | 4A | B3 | 1A | 3B | 0 | 1E | 112 | 2A | 32 |
| Octal | 205 | 112 | 263 | 32 | 73 | 0 | 36 | 422 | 52 | 62 |
| Binary | 10000101 | 1001010 | 10110011 | 11010 | 111011 | 0 | 11110 | 100010010 | 101010 | 110010 |
Color Harmonies of #854AB3
Complementary color
Monochromatic Colors of #854AB3
Black with #854AB3
Text Example
Text Example
White with #854AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854AB3; }
p { color: rgb(133,74,179); }
H1.HeaderClassName
{
color: #854AB3;
}
.AnyTagClassName
{
color: #854AB3;
}
</style>
background-color css
<style>
a { background-color: #854AB3; }
a { background-color: rgb(133,74,179); }
div.DivClassName
{
background-color: #854AB3;
}
.BgClassName
{
background-color: #854AB3;
}
</style>
border-color css
<style>
span { border-color: #854AB3; }
span { border-color: rgb(133,74,179); }
td.TdClassName
{
border-color: #854AB3;
}
.TagClassName
{
border-color: #854AB3;
}
</style>