Shades of Medium Purple #8672DD
Tints of Medium Purple #8672DD
RGB
CMYK
RGB Variations
Color information
#8672DD (or 0x8672DD) is known color: Medium Purple. HEX triplet: 86, 72 and DD. RGB value is (134,114,221). Sum of RGB (Red+Green+Blue) = 134+114+221=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #8672DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8672DD is #798D22. Grayscale: #838383. Windows color (decimal): -7965987 or 14512774. OLE color: 14512774.
HSL color Cylindrical-coordinate representation of color #8672DD: hue angle of 251.21º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8672DD is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 114 | 221 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.13 |
| HSL | 251.22º | 0.61% | 0.66% | - |
| HSV(B) | 251.22º | 0.48% | 0.87% | - |
| XYZ | 28.9 | 22.32 | 71.19 | - |
| YUV | 132.18 | 178.13 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 221 | 0.39 | 0.48 | 0 | 0.13 | 251.22 | 0.61 | 0.66 |
| Hex | 86 | 72 | DD | 27 | 30 | 0 | D | FB | 3D | 42 |
| Octal | 206 | 162 | 335 | 47 | 60 | 0 | 15 | 373 | 75 | 102 |
| Binary | 10000110 | 1110010 | 11011101 | 100111 | 110000 | 0 | 1101 | 11111011 | 111101 | 1000010 |
Color Harmonies of #8672DD
Complementary color
Monochromatic Colors of #8672DD
Black with #8672DD
Text Example
Text Example
White with #8672DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8672DD; }
p { color: rgb(134,114,221); }
H1.HeaderClassName
{
color: #8672DD;
}
.AnyTagClassName
{
color: #8672DD;
}
</style>
background-color css
<style>
a { background-color: #8672DD; }
a { background-color: rgb(134,114,221); }
div.DivClassName
{
background-color: #8672DD;
}
.BgClassName
{
background-color: #8672DD;
}
</style>
border-color css
<style>
span { border-color: #8672DD; }
span { border-color: rgb(134,114,221); }
td.TdClassName
{
border-color: #8672DD;
}
.TagClassName
{
border-color: #8672DD;
}
</style>