Shades of Deep Lilac #8546B6
Tints of Deep Lilac #8546B6
RGB
CMYK
RGB Variations
Color information
#8546B6 (or 0x8546B6) is known color: Deep Lilac. HEX triplet: 85, 46 and B6. RGB value is (133,70,182). Sum of RGB (Red+Green+Blue) = 133+70+182=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #8546B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8546B6 is #7AB949. Grayscale: #656565. Windows color (decimal): -8042826 or 11945605. OLE color: 11945605.
HSL color Cylindrical-coordinate representation of color #8546B6: hue angle of 273.75º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8546B6 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 70 | 182 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.29 |
| HSL | 273.75º | 0.44% | 0.49% | - |
| HSV(B) | 273.75º | 0.62% | 0.71% | - |
| XYZ | 20.31 | 12.74 | 45.65 | - |
| YUV | 101.61 | 173.37 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 182 | 0.27 | 0.62 | 0 | 0.29 | 273.75 | 0.44 | 0.49 |
| Hex | 85 | 46 | B6 | 1B | 3E | 0 | 1D | 112 | 2C | 31 |
| Octal | 205 | 106 | 266 | 33 | 76 | 0 | 35 | 422 | 54 | 61 |
| Binary | 10000101 | 1000110 | 10110110 | 11011 | 111110 | 0 | 11101 | 100010010 | 101100 | 110001 |
Color Harmonies of #8546B6
Complementary color
Monochromatic Colors of #8546B6
Black with #8546B6
Text Example
Text Example
White with #8546B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8546B6; }
p { color: rgb(133,70,182); }
H1.HeaderClassName
{
color: #8546B6;
}
.AnyTagClassName
{
color: #8546B6;
}
</style>
background-color css
<style>
a { background-color: #8546B6; }
a { background-color: rgb(133,70,182); }
div.DivClassName
{
background-color: #8546B6;
}
.BgClassName
{
background-color: #8546B6;
}
</style>
border-color css
<style>
span { border-color: #8546B6; }
span { border-color: rgb(133,70,182); }
td.TdClassName
{
border-color: #8546B6;
}
.TagClassName
{
border-color: #8546B6;
}
</style>