Shades of Deep Lilac #8253B9
Tints of Deep Lilac #8253B9
RGB
CMYK
RGB Variations
Color information
#8253B9 (or 0x8253B9) is known color: Deep Lilac. HEX triplet: 82, 53 and B9. RGB value is (130,83,185). Sum of RGB (Red+Green+Blue) = 130+83+185=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #8253B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253B9 is #7DAC46. Grayscale: #6C6C6C. Windows color (decimal): -8236103 or 12145538. OLE color: 12145538.
HSL color Cylindrical-coordinate representation of color #8253B9: hue angle of 267.65º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8253B9 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 83 | 185 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.27 |
| HSL | 267.65º | 0.42% | 0.53% | - |
| HSV(B) | 267.65º | 0.55% | 0.73% | - |
| XYZ | 21.06 | 14.44 | 47.58 | - |
| YUV | 108.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 185 | 0.30 | 0.55 | 0 | 0.27 | 267.65 | 0.42 | 0.53 |
| Hex | 82 | 53 | B9 | 1E | 37 | 0 | 1B | 10C | 2A | 35 |
| Octal | 202 | 123 | 271 | 36 | 67 | 0 | 33 | 414 | 52 | 65 |
| Binary | 10000010 | 1010011 | 10111001 | 11110 | 110111 | 0 | 11011 | 100001100 | 101010 | 110101 |
Color Harmonies of #8253B9
Complementary color
Monochromatic Colors of #8253B9
Black with #8253B9
Text Example
Text Example
White with #8253B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8253B9; }
p { color: rgb(130,83,185); }
H1.HeaderClassName
{
color: #8253B9;
}
.AnyTagClassName
{
color: #8253B9;
}
</style>
background-color css
<style>
a { background-color: #8253B9; }
a { background-color: rgb(130,83,185); }
div.DivClassName
{
background-color: #8253B9;
}
.BgClassName
{
background-color: #8253B9;
}
</style>
border-color css
<style>
span { border-color: #8253B9; }
span { border-color: rgb(130,83,185); }
td.TdClassName
{
border-color: #8253B9;
}
.TagClassName
{
border-color: #8253B9;
}
</style>