Shades of Medium Purple #8676DF
Tints of Medium Purple #8676DF
RGB
CMYK
RGB Variations
Color information
#8676DF (or 0x8676DF) is known color: Medium Purple. HEX triplet: 86, 76 and DF. RGB value is (134,118,223). Sum of RGB (Red+Green+Blue) = 134+118+223=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #8676DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8676DF is #798920. Grayscale: #868686. Windows color (decimal): -7964961 or 14644870. OLE color: 14644870.
HSL color Cylindrical-coordinate representation of color #8676DF: hue angle of 249.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8676DF is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 118 | 223 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.13 |
| HSL | 249.14º | 0.62% | 0.67% | - |
| HSV(B) | 249.14º | 0.47% | 0.87% | - |
| XYZ | 29.63 | 23.35 | 72.76 | - |
| YUV | 134.75 | 177.8 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 223 | 0.40 | 0.47 | 0 | 0.13 | 249.14 | 0.62 | 0.67 |
| Hex | 86 | 76 | DF | 28 | 2F | 0 | D | F9 | 3E | 43 |
| Octal | 206 | 166 | 337 | 50 | 57 | 0 | 15 | 371 | 76 | 103 |
| Binary | 10000110 | 1110110 | 11011111 | 101000 | 101111 | 0 | 1101 | 11111001 | 111110 | 1000011 |
Color Harmonies of #8676DF
Complementary color
Monochromatic Colors of #8676DF
Black with #8676DF
Text Example
Text Example
White with #8676DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8676DF; }
p { color: rgb(134,118,223); }
H1.HeaderClassName
{
color: #8676DF;
}
.AnyTagClassName
{
color: #8676DF;
}
</style>
background-color css
<style>
a { background-color: #8676DF; }
a { background-color: rgb(134,118,223); }
div.DivClassName
{
background-color: #8676DF;
}
.BgClassName
{
background-color: #8676DF;
}
</style>
border-color css
<style>
span { border-color: #8676DF; }
span { border-color: rgb(134,118,223); }
td.TdClassName
{
border-color: #8676DF;
}
.TagClassName
{
border-color: #8676DF;
}
</style>