Shades of Deep Lilac #8450B5
Tints of Deep Lilac #8450B5
RGB
CMYK
RGB Variations
Color information
#8450B5 (or 0x8450B5) is known color: Deep Lilac. HEX triplet: 84, 50 and B5. RGB value is (132,80,181). Sum of RGB (Red+Green+Blue) = 132+80+181=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #8450B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8450B5 is #7BAF4A. Grayscale: #6A6A6A. Windows color (decimal): -8105803 or 11882628. OLE color: 11882628.
HSL color Cylindrical-coordinate representation of color #8450B5: hue angle of 270.89º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8450B5 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 80 | 181 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.29 |
| HSL | 270.89º | 0.41% | 0.51% | - |
| HSV(B) | 270.89º | 0.56% | 0.71% | - |
| XYZ | 20.72 | 13.98 | 45.32 | - |
| YUV | 107.06 | 169.73 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 181 | 0.27 | 0.56 | 0 | 0.29 | 270.89 | 0.41 | 0.51 |
| Hex | 84 | 50 | B5 | 1B | 38 | 0 | 1D | 10F | 29 | 33 |
| Octal | 204 | 120 | 265 | 33 | 70 | 0 | 35 | 417 | 51 | 63 |
| Binary | 10000100 | 1010000 | 10110101 | 11011 | 111000 | 0 | 11101 | 100001111 | 101001 | 110011 |
Color Harmonies of #8450B5
Complementary color
Monochromatic Colors of #8450B5
Black with #8450B5
Text Example
Text Example
White with #8450B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450B5; }
p { color: rgb(132,80,181); }
H1.HeaderClassName
{
color: #8450B5;
}
.AnyTagClassName
{
color: #8450B5;
}
</style>
background-color css
<style>
a { background-color: #8450B5; }
a { background-color: rgb(132,80,181); }
div.DivClassName
{
background-color: #8450B5;
}
.BgClassName
{
background-color: #8450B5;
}
</style>
border-color css
<style>
span { border-color: #8450B5; }
span { border-color: rgb(132,80,181); }
td.TdClassName
{
border-color: #8450B5;
}
.TagClassName
{
border-color: #8450B5;
}
</style>