Shades of Deep Lilac #8245C6
Tints of Deep Lilac #8245C6
RGB
CMYK
RGB Variations
Color information
#8245C6 (or 0x8245C6) is known color: Deep Lilac. HEX triplet: 82, 45 and C6. RGB value is (130,69,198). Sum of RGB (Red+Green+Blue) = 130+69+198=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #8245C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8245C6 is #7DBA39. Grayscale: #656565. Windows color (decimal): -8239674 or 12993922. OLE color: 12993922.
HSL color Cylindrical-coordinate representation of color #8245C6: hue angle of 268.37º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8245C6 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 69 | 198 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.22 |
| HSL | 268.37º | 0.53% | 0.52% | - |
| HSV(B) | 268.37º | 0.65% | 0.78% | - |
| XYZ | 21.53 | 13.08 | 54.82 | - |
| YUV | 101.95 | 182.21 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 198 | 0.34 | 0.65 | 0 | 0.22 | 268.37 | 0.53 | 0.52 |
| Hex | 82 | 45 | C6 | 22 | 41 | 0 | 16 | 10C | 35 | 34 |
| Octal | 202 | 105 | 306 | 42 | 101 | 0 | 26 | 414 | 65 | 64 |
| Binary | 10000010 | 1000101 | 11000110 | 100010 | 1000001 | 0 | 10110 | 100001100 | 110101 | 110100 |
Color Harmonies of #8245C6
Complementary color
Monochromatic Colors of #8245C6
Black with #8245C6
Text Example
Text Example
White with #8245C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8245C6; }
p { color: rgb(130,69,198); }
H1.HeaderClassName
{
color: #8245C6;
}
.AnyTagClassName
{
color: #8245C6;
}
</style>
background-color css
<style>
a { background-color: #8245C6; }
a { background-color: rgb(130,69,198); }
div.DivClassName
{
background-color: #8245C6;
}
.BgClassName
{
background-color: #8245C6;
}
</style>
border-color css
<style>
span { border-color: #8245C6; }
span { border-color: rgb(130,69,198); }
td.TdClassName
{
border-color: #8245C6;
}
.TagClassName
{
border-color: #8245C6;
}
</style>