Shades of Deep Lilac #8348BC
Tints of Deep Lilac #8348BC
RGB
CMYK
RGB Variations
Color information
#8348BC (or 0x8348BC) is known color: Deep Lilac. HEX triplet: 83, 48 and BC. RGB value is (131,72,188). Sum of RGB (Red+Green+Blue) = 131+72+188=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #8348BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8348BC is #7CB743. Grayscale: #666666. Windows color (decimal): -8173380 or 12339331. OLE color: 12339331.
HSL color Cylindrical-coordinate representation of color #8348BC: hue angle of 270.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8348BC is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 72 | 188 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.26 |
| HSL | 270.52º | 0.46% | 0.51% | - |
| HSV(B) | 270.52º | 0.62% | 0.74% | - |
| XYZ | 20.75 | 13.09 | 49.01 | - |
| YUV | 102.87 | 176.05 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 188 | 0.30 | 0.62 | 0 | 0.26 | 270.52 | 0.46 | 0.51 |
| Hex | 83 | 48 | BC | 1E | 3E | 0 | 1A | 10F | 2E | 33 |
| Octal | 203 | 110 | 274 | 36 | 76 | 0 | 32 | 417 | 56 | 63 |
| Binary | 10000011 | 1001000 | 10111100 | 11110 | 111110 | 0 | 11010 | 100001111 | 101110 | 110011 |
Color Harmonies of #8348BC
Complementary color
Monochromatic Colors of #8348BC
Black with #8348BC
Text Example
Text Example
White with #8348BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8348BC; }
p { color: rgb(131,72,188); }
H1.HeaderClassName
{
color: #8348BC;
}
.AnyTagClassName
{
color: #8348BC;
}
</style>
background-color css
<style>
a { background-color: #8348BC; }
a { background-color: rgb(131,72,188); }
div.DivClassName
{
background-color: #8348BC;
}
.BgClassName
{
background-color: #8348BC;
}
</style>
border-color css
<style>
span { border-color: #8348BC; }
span { border-color: rgb(131,72,188); }
td.TdClassName
{
border-color: #8348BC;
}
.TagClassName
{
border-color: #8348BC;
}
</style>