Shades of Medium Purple #8A70D9
Tints of Medium Purple #8A70D9
RGB
CMYK
RGB Variations
Color information
#8A70D9 (or 0x8A70D9) is known color: Medium Purple. HEX triplet: 8A, 70 and D9. RGB value is (138,112,217). Sum of RGB (Red+Green+Blue) = 138+112+217=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #8A70D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A70D9 is #758F26. Grayscale: #838383. Windows color (decimal): -7704359 or 14250122. OLE color: 14250122.
HSL color Cylindrical-coordinate representation of color #8A70D9: hue angle of 254.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A70D9 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 112 | 217 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.15 |
| HSL | 254.86º | 0.58% | 0.65% | - |
| HSV(B) | 254.86º | 0.48% | 0.85% | - |
| XYZ | 28.8 | 22 | 68.37 | - |
| YUV | 131.74 | 176.11 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 217 | 0.36 | 0.48 | 0 | 0.15 | 254.86 | 0.58 | 0.65 |
| Hex | 8A | 70 | D9 | 24 | 30 | 0 | F | FF | 3A | 41 |
| Octal | 212 | 160 | 331 | 44 | 60 | 0 | 17 | 377 | 72 | 101 |
| Binary | 10001010 | 1110000 | 11011001 | 100100 | 110000 | 0 | 1111 | 11111111 | 111010 | 1000001 |
Color Harmonies of #8A70D9
Complementary color
Monochromatic Colors of #8A70D9
Black with #8A70D9
Text Example
Text Example
White with #8A70D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A70D9; }
p { color: rgb(138,112,217); }
H1.HeaderClassName
{
color: #8A70D9;
}
.AnyTagClassName
{
color: #8A70D9;
}
</style>
background-color css
<style>
a { background-color: #8A70D9; }
a { background-color: rgb(138,112,217); }
div.DivClassName
{
background-color: #8A70D9;
}
.BgClassName
{
background-color: #8A70D9;
}
</style>
border-color css
<style>
span { border-color: #8A70D9; }
span { border-color: rgb(138,112,217); }
td.TdClassName
{
border-color: #8A70D9;
}
.TagClassName
{
border-color: #8A70D9;
}
</style>