Shades of Deep Lilac #8243BD
Tints of Deep Lilac #8243BD
RGB
CMYK
RGB Variations
Color information
#8243BD (or 0x8243BD) is known color: Deep Lilac. HEX triplet: 82, 43 and BD. RGB value is (130,67,189). Sum of RGB (Red+Green+Blue) = 130+67+189=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #8243BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8243BD is #7DBC42. Grayscale: #636363. Windows color (decimal): -8240195 or 12403586. OLE color: 12403586.
HSL color Cylindrical-coordinate representation of color #8243BD: hue angle of 270.98º 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 #8243BD is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 67 | 189 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.26 |
| HSL | 270.98º | 0.48% | 0.5% | - |
| HSV(B) | 270.98º | 0.65% | 0.74% | - |
| XYZ | 20.4 | 12.43 | 49.47 | - |
| YUV | 99.75 | 178.37 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 189 | 0.31 | 0.65 | 0 | 0.26 | 270.98 | 0.48 | 0.5 |
| Hex | 82 | 43 | BD | 1F | 41 | 0 | 1A | 10F | 30 | 32 |
| Octal | 202 | 103 | 275 | 37 | 101 | 0 | 32 | 417 | 60 | 62 |
| Binary | 10000010 | 1000011 | 10111101 | 11111 | 1000001 | 0 | 11010 | 100001111 | 110000 | 110010 |
Color Harmonies of #8243BD
Complementary color
Monochromatic Colors of #8243BD
Black with #8243BD
Text Example
Text Example
White with #8243BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8243BD; }
p { color: rgb(130,67,189); }
H1.HeaderClassName
{
color: #8243BD;
}
.AnyTagClassName
{
color: #8243BD;
}
</style>
background-color css
<style>
a { background-color: #8243BD; }
a { background-color: rgb(130,67,189); }
div.DivClassName
{
background-color: #8243BD;
}
.BgClassName
{
background-color: #8243BD;
}
</style>
border-color css
<style>
span { border-color: #8243BD; }
span { border-color: rgb(130,67,189); }
td.TdClassName
{
border-color: #8243BD;
}
.TagClassName
{
border-color: #8243BD;
}
</style>