Shades of Deep Lilac #8254B8
Tints of Deep Lilac #8254B8
RGB
CMYK
RGB Variations
Color information
#8254B8 (or 0x8254B8) is known color: Deep Lilac. HEX triplet: 82, 54 and B8. RGB value is (130,84,184). Sum of RGB (Red+Green+Blue) = 130+84+184=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #8254B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8254B8 is #7DAB47. Grayscale: #6C6C6C. Windows color (decimal): -8235848 or 12080258. OLE color: 12080258.
HSL color Cylindrical-coordinate representation of color #8254B8: hue angle of 267.6º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8254B8 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 84 | 184 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.28 |
| HSL | 267.6º | 0.41% | 0.53% | - |
| HSV(B) | 267.6º | 0.54% | 0.72% | - |
| XYZ | 21.03 | 14.55 | 47.05 | - |
| YUV | 109.15 | 170.24 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 184 | 0.29 | 0.54 | 0 | 0.28 | 267.6 | 0.41 | 0.53 |
| Hex | 82 | 54 | B8 | 1D | 36 | 0 | 1C | 10C | 29 | 35 |
| Octal | 202 | 124 | 270 | 35 | 66 | 0 | 34 | 414 | 51 | 65 |
| Binary | 10000010 | 1010100 | 10111000 | 11101 | 110110 | 0 | 11100 | 100001100 | 101001 | 110101 |
Color Harmonies of #8254B8
Complementary color
Monochromatic Colors of #8254B8
Black with #8254B8
Text Example
Text Example
White with #8254B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8254B8; }
p { color: rgb(130,84,184); }
H1.HeaderClassName
{
color: #8254B8;
}
.AnyTagClassName
{
color: #8254B8;
}
</style>
background-color css
<style>
a { background-color: #8254B8; }
a { background-color: rgb(130,84,184); }
div.DivClassName
{
background-color: #8254B8;
}
.BgClassName
{
background-color: #8254B8;
}
</style>
border-color css
<style>
span { border-color: #8254B8; }
span { border-color: rgb(130,84,184); }
td.TdClassName
{
border-color: #8254B8;
}
.TagClassName
{
border-color: #8254B8;
}
</style>