Shades of Medium Purple #8671DC
Tints of Medium Purple #8671DC
RGB
CMYK
RGB Variations
Color information
#8671DC (or 0x8671DC) is known color: Medium Purple. HEX triplet: 86, 71 and DC. RGB value is (134,113,220). Sum of RGB (Red+Green+Blue) = 134+113+220=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #8671DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8671DC is #798E23. Grayscale: #838383. Windows color (decimal): -7966244 or 14446982. OLE color: 14446982.
HSL color Cylindrical-coordinate representation of color #8671DC: hue angle of 251.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8671DC is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 113 | 220 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.14 |
| HSL | 251.78º | 0.6% | 0.65% | - |
| HSV(B) | 251.78º | 0.49% | 0.86% | - |
| XYZ | 28.65 | 22.05 | 70.46 | - |
| YUV | 131.48 | 177.96 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 220 | 0.39 | 0.49 | 0 | 0.14 | 251.78 | 0.6 | 0.65 |
| Hex | 86 | 71 | DC | 27 | 31 | 0 | E | FC | 3C | 41 |
| Octal | 206 | 161 | 334 | 47 | 61 | 0 | 16 | 374 | 74 | 101 |
| Binary | 10000110 | 1110001 | 11011100 | 100111 | 110001 | 0 | 1110 | 11111100 | 111100 | 1000001 |
Color Harmonies of #8671DC
Complementary color
Monochromatic Colors of #8671DC
Black with #8671DC
Text Example
Text Example
White with #8671DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8671DC; }
p { color: rgb(134,113,220); }
H1.HeaderClassName
{
color: #8671DC;
}
.AnyTagClassName
{
color: #8671DC;
}
</style>
background-color css
<style>
a { background-color: #8671DC; }
a { background-color: rgb(134,113,220); }
div.DivClassName
{
background-color: #8671DC;
}
.BgClassName
{
background-color: #8671DC;
}
</style>
border-color css
<style>
span { border-color: #8671DC; }
span { border-color: rgb(134,113,220); }
td.TdClassName
{
border-color: #8671DC;
}
.TagClassName
{
border-color: #8671DC;
}
</style>