Shades of Deep Lilac #8254BC
Tints of Deep Lilac #8254BC
RGB
CMYK
RGB Variations
Color information
#8254BC (or 0x8254BC) is known color: Deep Lilac. HEX triplet: 82, 54 and BC. RGB value is (130,84,188). Sum of RGB (Red+Green+Blue) = 130+84+188=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #8254BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8254BC is #7DAB43. Grayscale: #6D6D6D. Windows color (decimal): -8235844 or 12342402. OLE color: 12342402.
HSL color Cylindrical-coordinate representation of color #8254BC: hue angle of 266.54º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8254BC is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 84 | 188 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.26 |
| HSL | 266.54º | 0.44% | 0.53% | - |
| HSV(B) | 266.54º | 0.55% | 0.74% | - |
| XYZ | 21.45 | 14.72 | 49.29 | - |
| YUV | 109.61 | 172.24 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 188 | 0.31 | 0.55 | 0 | 0.26 | 266.54 | 0.44 | 0.53 |
| Hex | 82 | 54 | BC | 1F | 37 | 0 | 1A | 10B | 2C | 35 |
| Octal | 202 | 124 | 274 | 37 | 67 | 0 | 32 | 413 | 54 | 65 |
| Binary | 10000010 | 1010100 | 10111100 | 11111 | 110111 | 0 | 11010 | 100001011 | 101100 | 110101 |
Color Harmonies of #8254BC
Complementary color
Monochromatic Colors of #8254BC
Black with #8254BC
Text Example
Text Example
White with #8254BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8254BC; }
p { color: rgb(130,84,188); }
H1.HeaderClassName
{
color: #8254BC;
}
.AnyTagClassName
{
color: #8254BC;
}
</style>
background-color css
<style>
a { background-color: #8254BC; }
a { background-color: rgb(130,84,188); }
div.DivClassName
{
background-color: #8254BC;
}
.BgClassName
{
background-color: #8254BC;
}
</style>
border-color css
<style>
span { border-color: #8254BC; }
span { border-color: rgb(130,84,188); }
td.TdClassName
{
border-color: #8254BC;
}
.TagClassName
{
border-color: #8254BC;
}
</style>