Shades of Deep Lilac #8351BC
Tints of Deep Lilac #8351BC
RGB
CMYK
RGB Variations
Color information
#8351BC (or 0x8351BC) is known color: Deep Lilac. HEX triplet: 83, 51 and BC. RGB value is (131,81,188). Sum of RGB (Red+Green+Blue) = 131+81+188=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #8351BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8351BC is #7CAE43. Grayscale: #6B6B6B. Windows color (decimal): -8171076 or 12341635. OLE color: 12341635.
HSL color Cylindrical-coordinate representation of color #8351BC: hue angle of 268.04º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8351BC is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 81 | 188 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.26 |
| HSL | 268.04º | 0.44% | 0.53% | - |
| HSV(B) | 268.04º | 0.57% | 0.74% | - |
| XYZ | 21.38 | 14.34 | 49.22 | - |
| YUV | 108.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 188 | 0.30 | 0.57 | 0 | 0.26 | 268.04 | 0.44 | 0.53 |
| Hex | 83 | 51 | BC | 1E | 39 | 0 | 1A | 10C | 2C | 35 |
| Octal | 203 | 121 | 274 | 36 | 71 | 0 | 32 | 414 | 54 | 65 |
| Binary | 10000011 | 1010001 | 10111100 | 11110 | 111001 | 0 | 11010 | 100001100 | 101100 | 110101 |
Color Harmonies of #8351BC
Complementary color
Monochromatic Colors of #8351BC
Black with #8351BC
Text Example
Text Example
White with #8351BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8351BC; }
p { color: rgb(131,81,188); }
H1.HeaderClassName
{
color: #8351BC;
}
.AnyTagClassName
{
color: #8351BC;
}
</style>
background-color css
<style>
a { background-color: #8351BC; }
a { background-color: rgb(131,81,188); }
div.DivClassName
{
background-color: #8351BC;
}
.BgClassName
{
background-color: #8351BC;
}
</style>
border-color css
<style>
span { border-color: #8351BC; }
span { border-color: rgb(131,81,188); }
td.TdClassName
{
border-color: #8351BC;
}
.TagClassName
{
border-color: #8351BC;
}
</style>