Shades of Medium Purple #8A6DDD
Tints of Medium Purple #8A6DDD
RGB
CMYK
RGB Variations
Color information
#8A6DDD (or 0x8A6DDD) is known color: Medium Purple. HEX triplet: 8A, 6D and DD. RGB value is (138,109,221). Sum of RGB (Red+Green+Blue) = 138+109+221=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A6DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6DDD is #759222. Grayscale: #828282. Windows color (decimal): -7705123 or 14511498. OLE color: 14511498.
HSL color Cylindrical-coordinate representation of color #8A6DDD: hue angle of 255.54º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A6DDD is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 109 | 221 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.13 |
| HSL | 255.54º | 0.62% | 0.65% | - |
| HSV(B) | 255.54º | 0.51% | 0.87% | - |
| XYZ | 29 | 21.56 | 71.04 | - |
| YUV | 130.44 | 179.11 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 221 | 0.38 | 0.51 | 0 | 0.13 | 255.54 | 0.62 | 0.65 |
| Hex | 8A | 6D | DD | 26 | 33 | 0 | D | 100 | 3E | 41 |
| Octal | 212 | 155 | 335 | 46 | 63 | 0 | 15 | 400 | 76 | 101 |
| Binary | 10001010 | 1101101 | 11011101 | 100110 | 110011 | 0 | 1101 | 100000000 | 111110 | 1000001 |
Color Harmonies of #8A6DDD
Complementary color
Monochromatic Colors of #8A6DDD
Black with #8A6DDD
Text Example
Text Example
White with #8A6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6DDD; }
p { color: rgb(138,109,221); }
H1.HeaderClassName
{
color: #8A6DDD;
}
.AnyTagClassName
{
color: #8A6DDD;
}
</style>
background-color css
<style>
a { background-color: #8A6DDD; }
a { background-color: rgb(138,109,221); }
div.DivClassName
{
background-color: #8A6DDD;
}
.BgClassName
{
background-color: #8A6DDD;
}
</style>
border-color css
<style>
span { border-color: #8A6DDD; }
span { border-color: rgb(138,109,221); }
td.TdClassName
{
border-color: #8A6DDD;
}
.TagClassName
{
border-color: #8A6DDD;
}
</style>