Shades of Medium Purple #8678DD
Tints of Medium Purple #8678DD
RGB
CMYK
RGB Variations
Color information
#8678DD (or 0x8678DD) is known color: Medium Purple. HEX triplet: 86, 78 and DD. RGB value is (134,120,221). Sum of RGB (Red+Green+Blue) = 134+120+221=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #8678DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8678DD is #798722. Grayscale: #878787. Windows color (decimal): -7964451 or 14514310. OLE color: 14514310.
HSL color Cylindrical-coordinate representation of color #8678DD: hue angle of 248.32º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8678DD is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 120 | 221 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.13 |
| HSL | 248.32º | 0.6% | 0.67% | - |
| HSV(B) | 248.32º | 0.46% | 0.87% | - |
| XYZ | 29.6 | 23.72 | 71.43 | - |
| YUV | 135.7 | 176.14 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 221 | 0.39 | 0.46 | 0 | 0.13 | 248.32 | 0.6 | 0.67 |
| Hex | 86 | 78 | DD | 27 | 2E | 0 | D | F8 | 3C | 43 |
| Octal | 206 | 170 | 335 | 47 | 56 | 0 | 15 | 370 | 74 | 103 |
| Binary | 10000110 | 1111000 | 11011101 | 100111 | 101110 | 0 | 1101 | 11111000 | 111100 | 1000011 |
Color Harmonies of #8678DD
Complementary color
Monochromatic Colors of #8678DD
Black with #8678DD
Text Example
Text Example
White with #8678DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8678DD; }
p { color: rgb(134,120,221); }
H1.HeaderClassName
{
color: #8678DD;
}
.AnyTagClassName
{
color: #8678DD;
}
</style>
background-color css
<style>
a { background-color: #8678DD; }
a { background-color: rgb(134,120,221); }
div.DivClassName
{
background-color: #8678DD;
}
.BgClassName
{
background-color: #8678DD;
}
</style>
border-color css
<style>
span { border-color: #8678DD; }
span { border-color: rgb(134,120,221); }
td.TdClassName
{
border-color: #8678DD;
}
.TagClassName
{
border-color: #8678DD;
}
</style>