Shades of Medium Purple #8A71D7
Tints of Medium Purple #8A71D7
RGB
CMYK
RGB Variations
Color information
#8A71D7 (or 0x8A71D7) is known color: Medium Purple. HEX triplet: 8A, 71 and D7. RGB value is (138,113,215). Sum of RGB (Red+Green+Blue) = 138+113+215=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #8A71D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A71D7 is #758E28. Grayscale: #838383. Windows color (decimal): -7704105 or 14119306. OLE color: 14119306.
HSL color Cylindrical-coordinate representation of color #8A71D7: hue angle of 254.71º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A71D7 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 113 | 215 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.16 |
| HSL | 254.71º | 0.56% | 0.64% | - |
| HSV(B) | 254.71º | 0.47% | 0.84% | - |
| XYZ | 28.65 | 22.12 | 67.05 | - |
| YUV | 132.1 | 174.78 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 215 | 0.36 | 0.47 | 0 | 0.16 | 254.71 | 0.56 | 0.64 |
| Hex | 8A | 71 | D7 | 24 | 2F | 0 | 10 | FF | 38 | 40 |
| Octal | 212 | 161 | 327 | 44 | 57 | 0 | 20 | 377 | 70 | 100 |
| Binary | 10001010 | 1110001 | 11010111 | 100100 | 101111 | 0 | 10000 | 11111111 | 111000 | 1000000 |
Color Harmonies of #8A71D7
Complementary color
Monochromatic Colors of #8A71D7
Black with #8A71D7
Text Example
Text Example
White with #8A71D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A71D7; }
p { color: rgb(138,113,215); }
H1.HeaderClassName
{
color: #8A71D7;
}
.AnyTagClassName
{
color: #8A71D7;
}
</style>
background-color css
<style>
a { background-color: #8A71D7; }
a { background-color: rgb(138,113,215); }
div.DivClassName
{
background-color: #8A71D7;
}
.BgClassName
{
background-color: #8A71D7;
}
</style>
border-color css
<style>
span { border-color: #8A71D7; }
span { border-color: rgb(138,113,215); }
td.TdClassName
{
border-color: #8A71D7;
}
.TagClassName
{
border-color: #8A71D7;
}
</style>