Shades of Medium Purple #8A68D9
Tints of Medium Purple #8A68D9
RGB
CMYK
RGB Variations
Color information
#8A68D9 (or 0x8A68D9) is known color: Medium Purple. HEX triplet: 8A, 68 and D9. RGB value is (138,104,217). Sum of RGB (Red+Green+Blue) = 138+104+217=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #8A68D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A68D9 is #759726. Grayscale: #7E7E7E. Windows color (decimal): -7706407 or 14248074. OLE color: 14248074.
HSL color Cylindrical-coordinate representation of color #8A68D9: hue angle of 258.05º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A68D9 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 104 | 217 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.15 |
| HSL | 258.05º | 0.6% | 0.63% | - |
| HSV(B) | 258.05º | 0.52% | 0.85% | - |
| XYZ | 27.96 | 20.31 | 68.09 | - |
| YUV | 127.05 | 178.76 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 217 | 0.36 | 0.52 | 0 | 0.15 | 258.05 | 0.6 | 0.63 |
| Hex | 8A | 68 | D9 | 24 | 34 | 0 | F | 102 | 3C | 3F |
| Octal | 212 | 150 | 331 | 44 | 64 | 0 | 17 | 402 | 74 | 77 |
| Binary | 10001010 | 1101000 | 11011001 | 100100 | 110100 | 0 | 1111 | 100000010 | 111100 | 111111 |
Color Harmonies of #8A68D9
Complementary color
Monochromatic Colors of #8A68D9
Black with #8A68D9
Text Example
Text Example
White with #8A68D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A68D9; }
p { color: rgb(138,104,217); }
H1.HeaderClassName
{
color: #8A68D9;
}
.AnyTagClassName
{
color: #8A68D9;
}
</style>
background-color css
<style>
a { background-color: #8A68D9; }
a { background-color: rgb(138,104,217); }
div.DivClassName
{
background-color: #8A68D9;
}
.BgClassName
{
background-color: #8A68D9;
}
</style>
border-color css
<style>
span { border-color: #8A68D9; }
span { border-color: rgb(138,104,217); }
td.TdClassName
{
border-color: #8A68D9;
}
.TagClassName
{
border-color: #8A68D9;
}
</style>