Shades of Medium Purple #8673DD
Tints of Medium Purple #8673DD
RGB
CMYK
RGB Variations
Color information
#8673DD (or 0x8673DD) is known color: Medium Purple. HEX triplet: 86, 73 and DD. RGB value is (134,115,221). Sum of RGB (Red+Green+Blue) = 134+115+221=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #8673DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8673DD is #798C22. Grayscale: #848484. Windows color (decimal): -7965731 or 14513030. OLE color: 14513030.
HSL color Cylindrical-coordinate representation of color #8673DD: hue angle of 250.75º 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 #8673DD is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 115 | 221 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.13 |
| HSL | 250.75º | 0.61% | 0.66% | - |
| HSV(B) | 250.75º | 0.48% | 0.87% | - |
| XYZ | 29.01 | 22.55 | 71.23 | - |
| YUV | 132.77 | 177.79 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 221 | 0.39 | 0.48 | 0 | 0.13 | 250.75 | 0.61 | 0.66 |
| Hex | 86 | 73 | DD | 27 | 30 | 0 | D | FB | 3D | 42 |
| Octal | 206 | 163 | 335 | 47 | 60 | 0 | 15 | 373 | 75 | 102 |
| Binary | 10000110 | 1110011 | 11011101 | 100111 | 110000 | 0 | 1101 | 11111011 | 111101 | 1000010 |
Color Harmonies of #8673DD
Complementary color
Monochromatic Colors of #8673DD
Black with #8673DD
Text Example
Text Example
White with #8673DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8673DD; }
p { color: rgb(134,115,221); }
H1.HeaderClassName
{
color: #8673DD;
}
.AnyTagClassName
{
color: #8673DD;
}
</style>
background-color css
<style>
a { background-color: #8673DD; }
a { background-color: rgb(134,115,221); }
div.DivClassName
{
background-color: #8673DD;
}
.BgClassName
{
background-color: #8673DD;
}
</style>
border-color css
<style>
span { border-color: #8673DD; }
span { border-color: rgb(134,115,221); }
td.TdClassName
{
border-color: #8673DD;
}
.TagClassName
{
border-color: #8673DD;
}
</style>