Shades of Deep Lilac #8641B7
Tints of Deep Lilac #8641B7
RGB
CMYK
RGB Variations
Color information
#8641B7 (or 0x8641B7) is known color: Deep Lilac. HEX triplet: 86, 41 and B7. RGB value is (134,65,183). Sum of RGB (Red+Green+Blue) = 134+65+183=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 183 - color contains mainly: blue. Hex color #8641B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8641B7 is #79BE48. Grayscale: #626262. Windows color (decimal): -7978569 or 12009862. OLE color: 12009862.
HSL color Cylindrical-coordinate representation of color #8641B7: hue angle of 275.08º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8641B7 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 65 | 183 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.28 |
| HSL | 275.08º | 0.48% | 0.49% | - |
| HSV(B) | 275.08º | 0.64% | 0.72% | - |
| XYZ | 20.27 | 12.27 | 46.1 | - |
| YUV | 99.08 | 175.36 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 183 | 0.27 | 0.64 | 0 | 0.28 | 275.08 | 0.48 | 0.49 |
| Hex | 86 | 41 | B7 | 1B | 40 | 0 | 1C | 113 | 30 | 31 |
| Octal | 206 | 101 | 267 | 33 | 100 | 0 | 34 | 423 | 60 | 61 |
| Binary | 10000110 | 1000001 | 10110111 | 11011 | 1000000 | 0 | 11100 | 100010011 | 110000 | 110001 |
Color Harmonies of #8641B7
Complementary color
Monochromatic Colors of #8641B7
Black with #8641B7
Text Example
Text Example
White with #8641B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8641B7; }
p { color: rgb(134,65,183); }
H1.HeaderClassName
{
color: #8641B7;
}
.AnyTagClassName
{
color: #8641B7;
}
</style>
background-color css
<style>
a { background-color: #8641B7; }
a { background-color: rgb(134,65,183); }
div.DivClassName
{
background-color: #8641B7;
}
.BgClassName
{
background-color: #8641B7;
}
</style>
border-color css
<style>
span { border-color: #8641B7; }
span { border-color: rgb(134,65,183); }
td.TdClassName
{
border-color: #8641B7;
}
.TagClassName
{
border-color: #8641B7;
}
</style>