Shades of Medium Purple #8A6FDA
Tints of Medium Purple #8A6FDA
RGB
CMYK
RGB Variations
Color information
#8A6FDA (or 0x8A6FDA) is known color: Medium Purple. HEX triplet: 8A, 6F and DA. RGB value is (138,111,218). Sum of RGB (Red+Green+Blue) = 138+111+218=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A6FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6FDA is #759025. Grayscale: #828282. Windows color (decimal): -7704614 or 14315402. OLE color: 14315402.
HSL color Cylindrical-coordinate representation of color #8A6FDA: hue angle of 255.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A6FDA is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 111 | 218 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.15 |
| HSL | 255.14º | 0.59% | 0.65% | - |
| HSV(B) | 255.14º | 0.49% | 0.85% | - |
| XYZ | 28.82 | 21.83 | 69.03 | - |
| YUV | 131.27 | 176.95 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 111 | 218 | 0.37 | 0.49 | 0 | 0.15 | 255.14 | 0.59 | 0.65 |
| Hex | 8A | 6F | DA | 25 | 31 | 0 | F | FF | 3B | 41 |
| Octal | 212 | 157 | 332 | 45 | 61 | 0 | 17 | 377 | 73 | 101 |
| Binary | 10001010 | 1101111 | 11011010 | 100101 | 110001 | 0 | 1111 | 11111111 | 111011 | 1000001 |
Color Harmonies of #8A6FDA
Complementary color
Monochromatic Colors of #8A6FDA
Black with #8A6FDA
Text Example
Text Example
White with #8A6FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6FDA; }
p { color: rgb(138,111,218); }
H1.HeaderClassName
{
color: #8A6FDA;
}
.AnyTagClassName
{
color: #8A6FDA;
}
</style>
background-color css
<style>
a { background-color: #8A6FDA; }
a { background-color: rgb(138,111,218); }
div.DivClassName
{
background-color: #8A6FDA;
}
.BgClassName
{
background-color: #8A6FDA;
}
</style>
border-color css
<style>
span { border-color: #8A6FDA; }
span { border-color: rgb(138,111,218); }
td.TdClassName
{
border-color: #8A6FDA;
}
.TagClassName
{
border-color: #8A6FDA;
}
</style>