Shades of Deep Lilac #8241BC
Tints of Deep Lilac #8241BC
RGB
CMYK
RGB Variations
Color information
#8241BC (or 0x8241BC) is known color: Deep Lilac. HEX triplet: 82, 41 and BC. RGB value is (130,65,188). Sum of RGB (Red+Green+Blue) = 130+65+188=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #8241BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8241BC is #7DBE43. Grayscale: #626262. Windows color (decimal): -8240708 or 12337538. OLE color: 12337538.
HSL color Cylindrical-coordinate representation of color #8241BC: hue angle of 271.71º degrees, saturation: 0.49, 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 #8241BC is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 65 | 188 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.26 |
| HSL | 271.71º | 0.49% | 0.5% | - |
| HSV(B) | 271.71º | 0.65% | 0.74% | - |
| XYZ | 20.17 | 12.16 | 48.86 | - |
| YUV | 98.46 | 178.53 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 188 | 0.31 | 0.65 | 0 | 0.26 | 271.71 | 0.49 | 0.5 |
| Hex | 82 | 41 | BC | 1F | 41 | 0 | 1A | 110 | 31 | 32 |
| Octal | 202 | 101 | 274 | 37 | 101 | 0 | 32 | 420 | 61 | 62 |
| Binary | 10000010 | 1000001 | 10111100 | 11111 | 1000001 | 0 | 11010 | 100010000 | 110001 | 110010 |
Color Harmonies of #8241BC
Complementary color
Monochromatic Colors of #8241BC
Black with #8241BC
Text Example
Text Example
White with #8241BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8241BC; }
p { color: rgb(130,65,188); }
H1.HeaderClassName
{
color: #8241BC;
}
.AnyTagClassName
{
color: #8241BC;
}
</style>
background-color css
<style>
a { background-color: #8241BC; }
a { background-color: rgb(130,65,188); }
div.DivClassName
{
background-color: #8241BC;
}
.BgClassName
{
background-color: #8241BC;
}
</style>
border-color css
<style>
span { border-color: #8241BC; }
span { border-color: rgb(130,65,188); }
td.TdClassName
{
border-color: #8241BC;
}
.TagClassName
{
border-color: #8241BC;
}
</style>