Shades of Medium Purple #8A6FD5
Tints of Medium Purple #8A6FD5
RGB
CMYK
RGB Variations
Color information
#8A6FD5 (or 0x8A6FD5) is known color: Medium Purple. HEX triplet: 8A, 6F and D5. RGB value is (138,111,213). Sum of RGB (Red+Green+Blue) = 138+111+213=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #8A6FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6FD5 is #75902A. Grayscale: #828282. Windows color (decimal): -7704619 or 13987722. OLE color: 13987722.
HSL color Cylindrical-coordinate representation of color #8A6FD5: hue angle of 255.88º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A6FD5 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 111 | 213 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.16 |
| HSL | 255.88º | 0.55% | 0.64% | - |
| HSV(B) | 255.88º | 0.48% | 0.84% | - |
| XYZ | 28.18 | 21.58 | 65.63 | - |
| YUV | 130.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 111 | 213 | 0.35 | 0.48 | 0 | 0.16 | 255.88 | 0.55 | 0.64 |
| Hex | 8A | 6F | D5 | 23 | 30 | 0 | 10 | 100 | 37 | 40 |
| Octal | 212 | 157 | 325 | 43 | 60 | 0 | 20 | 400 | 67 | 100 |
| Binary | 10001010 | 1101111 | 11010101 | 100011 | 110000 | 0 | 10000 | 100000000 | 110111 | 1000000 |
Color Harmonies of #8A6FD5
Complementary color
Monochromatic Colors of #8A6FD5
Black with #8A6FD5
Text Example
Text Example
White with #8A6FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6FD5; }
p { color: rgb(138,111,213); }
H1.HeaderClassName
{
color: #8A6FD5;
}
.AnyTagClassName
{
color: #8A6FD5;
}
</style>
background-color css
<style>
a { background-color: #8A6FD5; }
a { background-color: rgb(138,111,213); }
div.DivClassName
{
background-color: #8A6FD5;
}
.BgClassName
{
background-color: #8A6FD5;
}
</style>
border-color css
<style>
span { border-color: #8A6FD5; }
span { border-color: rgb(138,111,213); }
td.TdClassName
{
border-color: #8A6FD5;
}
.TagClassName
{
border-color: #8A6FD5;
}
</style>