Shades of Medium Purple #8A6BDD
Tints of Medium Purple #8A6BDD
RGB
CMYK
RGB Variations
Color information
#8A6BDD (or 0x8A6BDD) is known color: Medium Purple. HEX triplet: 8A, 6B and DD. RGB value is (138,107,221). Sum of RGB (Red+Green+Blue) = 138+107+221=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A6BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6BDD is #759422. Grayscale: #808080. Windows color (decimal): -7705635 or 14510986. OLE color: 14510986.
HSL color Cylindrical-coordinate representation of color #8A6BDD: hue angle of 256.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A6BDD is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 107 | 221 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.13 |
| HSL | 256.32º | 0.63% | 0.64% | - |
| HSV(B) | 256.32º | 0.52% | 0.87% | - |
| XYZ | 28.79 | 21.14 | 70.97 | - |
| YUV | 129.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 221 | 0.38 | 0.52 | 0 | 0.13 | 256.32 | 0.63 | 0.64 |
| Hex | 8A | 6B | DD | 26 | 34 | 0 | D | 100 | 3F | 40 |
| Octal | 212 | 153 | 335 | 46 | 64 | 0 | 15 | 400 | 77 | 100 |
| Binary | 10001010 | 1101011 | 11011101 | 100110 | 110100 | 0 | 1101 | 100000000 | 111111 | 1000000 |
Color Harmonies of #8A6BDD
Complementary color
Monochromatic Colors of #8A6BDD
Black with #8A6BDD
Text Example
Text Example
White with #8A6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6BDD; }
p { color: rgb(138,107,221); }
H1.HeaderClassName
{
color: #8A6BDD;
}
.AnyTagClassName
{
color: #8A6BDD;
}
</style>
background-color css
<style>
a { background-color: #8A6BDD; }
a { background-color: rgb(138,107,221); }
div.DivClassName
{
background-color: #8A6BDD;
}
.BgClassName
{
background-color: #8A6BDD;
}
</style>
border-color css
<style>
span { border-color: #8A6BDD; }
span { border-color: rgb(138,107,221); }
td.TdClassName
{
border-color: #8A6BDD;
}
.TagClassName
{
border-color: #8A6BDD;
}
</style>