Shades of Medium Purple #8A6DDB
Tints of Medium Purple #8A6DDB
RGB
CMYK
RGB Variations
Color information
#8A6DDB (or 0x8A6DDB) is known color: Medium Purple. HEX triplet: 8A, 6D and DB. RGB value is (138,109,219). Sum of RGB (Red+Green+Blue) = 138+109+219=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A6DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6DDB is #759224. Grayscale: #818181. Windows color (decimal): -7705125 or 14380426. OLE color: 14380426.
HSL color Cylindrical-coordinate representation of color #8A6DDB: hue angle of 255.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A6DDB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 109 | 219 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.14 |
| HSL | 255.82º | 0.6% | 0.64% | - |
| HSV(B) | 255.82º | 0.5% | 0.86% | - |
| XYZ | 28.74 | 21.46 | 69.64 | - |
| YUV | 130.21 | 178.11 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 219 | 0.37 | 0.50 | 0 | 0.14 | 255.82 | 0.6 | 0.64 |
| Hex | 8A | 6D | DB | 25 | 32 | 0 | E | 100 | 3C | 40 |
| Octal | 212 | 155 | 333 | 45 | 62 | 0 | 16 | 400 | 74 | 100 |
| Binary | 10001010 | 1101101 | 11011011 | 100101 | 110010 | 0 | 1110 | 100000000 | 111100 | 1000000 |
Color Harmonies of #8A6DDB
Complementary color
Monochromatic Colors of #8A6DDB
Black with #8A6DDB
Text Example
Text Example
White with #8A6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6DDB; }
p { color: rgb(138,109,219); }
H1.HeaderClassName
{
color: #8A6DDB;
}
.AnyTagClassName
{
color: #8A6DDB;
}
</style>
background-color css
<style>
a { background-color: #8A6DDB; }
a { background-color: rgb(138,109,219); }
div.DivClassName
{
background-color: #8A6DDB;
}
.BgClassName
{
background-color: #8A6DDB;
}
</style>
border-color css
<style>
span { border-color: #8A6DDB; }
span { border-color: rgb(138,109,219); }
td.TdClassName
{
border-color: #8A6DDB;
}
.TagClassName
{
border-color: #8A6DDB;
}
</style>