Shades of Deep Lilac #8253BC
Tints of Deep Lilac #8253BC
RGB
CMYK
RGB Variations
Color information
#8253BC (or 0x8253BC) is known color: Deep Lilac. HEX triplet: 82, 53 and BC. RGB value is (130,83,188). Sum of RGB (Red+Green+Blue) = 130+83+188=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #8253BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253BC is #7DAC43. Grayscale: #6C6C6C. Windows color (decimal): -8236100 or 12342146. OLE color: 12342146.
HSL color Cylindrical-coordinate representation of color #8253BC: hue angle of 266.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8253BC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 83 | 188 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.26 |
| HSL | 266.86º | 0.44% | 0.53% | - |
| HSV(B) | 266.86º | 0.56% | 0.74% | - |
| XYZ | 21.38 | 14.56 | 49.26 | - |
| YUV | 109.02 | 172.57 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 188 | 0.31 | 0.56 | 0 | 0.26 | 266.86 | 0.44 | 0.53 |
| Hex | 82 | 53 | BC | 1F | 38 | 0 | 1A | 10B | 2C | 35 |
| Octal | 202 | 123 | 274 | 37 | 70 | 0 | 32 | 413 | 54 | 65 |
| Binary | 10000010 | 1010011 | 10111100 | 11111 | 111000 | 0 | 11010 | 100001011 | 101100 | 110101 |
Color Harmonies of #8253BC
Complementary color
Monochromatic Colors of #8253BC
Black with #8253BC
Text Example
Text Example
White with #8253BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8253BC; }
p { color: rgb(130,83,188); }
H1.HeaderClassName
{
color: #8253BC;
}
.AnyTagClassName
{
color: #8253BC;
}
</style>
background-color css
<style>
a { background-color: #8253BC; }
a { background-color: rgb(130,83,188); }
div.DivClassName
{
background-color: #8253BC;
}
.BgClassName
{
background-color: #8253BC;
}
</style>
border-color css
<style>
span { border-color: #8253BC; }
span { border-color: rgb(130,83,188); }
td.TdClassName
{
border-color: #8253BC;
}
.TagClassName
{
border-color: #8253BC;
}
</style>