Shades of Deep Lilac #8248C1
Tints of Deep Lilac #8248C1
RGB
CMYK
RGB Variations
Color information
#8248C1 (or 0x8248C1) is known color: Deep Lilac. HEX triplet: 82, 48 and C1. RGB value is (130,72,193). Sum of RGB (Red+Green+Blue) = 130+72+193=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #8248C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8248C1 is #7DB73E. Grayscale: #666666. Windows color (decimal): -8238911 or 12667010. OLE color: 12667010.
HSL color Cylindrical-coordinate representation of color #8248C1: hue angle of 268.76º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8248C1 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 72 | 193 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.24 |
| HSL | 268.76º | 0.49% | 0.52% | - |
| HSV(B) | 268.76º | 0.63% | 0.76% | - |
| XYZ | 21.15 | 13.23 | 51.89 | - |
| YUV | 103.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 193 | 0.33 | 0.63 | 0 | 0.24 | 268.76 | 0.49 | 0.52 |
| Hex | 82 | 48 | C1 | 21 | 3F | 0 | 18 | 10D | 31 | 34 |
| Octal | 202 | 110 | 301 | 41 | 77 | 0 | 30 | 415 | 61 | 64 |
| Binary | 10000010 | 1001000 | 11000001 | 100001 | 111111 | 0 | 11000 | 100001101 | 110001 | 110100 |
Color Harmonies of #8248C1
Complementary color
Monochromatic Colors of #8248C1
Black with #8248C1
Text Example
Text Example
White with #8248C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8248C1; }
p { color: rgb(130,72,193); }
H1.HeaderClassName
{
color: #8248C1;
}
.AnyTagClassName
{
color: #8248C1;
}
</style>
background-color css
<style>
a { background-color: #8248C1; }
a { background-color: rgb(130,72,193); }
div.DivClassName
{
background-color: #8248C1;
}
.BgClassName
{
background-color: #8248C1;
}
</style>
border-color css
<style>
span { border-color: #8248C1; }
span { border-color: rgb(130,72,193); }
td.TdClassName
{
border-color: #8248C1;
}
.TagClassName
{
border-color: #8248C1;
}
</style>