Shades of Deep Lilac #8242BD
Tints of Deep Lilac #8242BD
RGB
CMYK
RGB Variations
Color information
#8242BD (or 0x8242BD) is known color: Deep Lilac. HEX triplet: 82, 42 and BD. RGB value is (130,66,189). Sum of RGB (Red+Green+Blue) = 130+66+189=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #8242BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8242BD is #7DBD42. Grayscale: #626262. Windows color (decimal): -8240451 or 12403330. OLE color: 12403330.
HSL color Cylindrical-coordinate representation of color #8242BD: hue angle of 271.22º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8242BD is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 66 | 189 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.26 |
| HSL | 271.22º | 0.48% | 0.5% | - |
| HSV(B) | 271.22º | 0.65% | 0.74% | - |
| XYZ | 20.34 | 12.32 | 49.45 | - |
| YUV | 99.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 189 | 0.31 | 0.65 | 0 | 0.26 | 271.22 | 0.48 | 0.5 |
| Hex | 82 | 42 | BD | 1F | 41 | 0 | 1A | 10F | 30 | 32 |
| Octal | 202 | 102 | 275 | 37 | 101 | 0 | 32 | 417 | 60 | 62 |
| Binary | 10000010 | 1000010 | 10111101 | 11111 | 1000001 | 0 | 11010 | 100001111 | 110000 | 110010 |
Color Harmonies of #8242BD
Complementary color
Monochromatic Colors of #8242BD
Black with #8242BD
Text Example
Text Example
White with #8242BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8242BD; }
p { color: rgb(130,66,189); }
H1.HeaderClassName
{
color: #8242BD;
}
.AnyTagClassName
{
color: #8242BD;
}
</style>
background-color css
<style>
a { background-color: #8242BD; }
a { background-color: rgb(130,66,189); }
div.DivClassName
{
background-color: #8242BD;
}
.BgClassName
{
background-color: #8242BD;
}
</style>
border-color css
<style>
span { border-color: #8242BD; }
span { border-color: rgb(130,66,189); }
td.TdClassName
{
border-color: #8242BD;
}
.TagClassName
{
border-color: #8242BD;
}
</style>