Shades of Medium Purple #8A68DF
Tints of Medium Purple #8A68DF
RGB
CMYK
RGB Variations
Color information
#8A68DF (or 0x8A68DF) is known color: Medium Purple. HEX triplet: 8A, 68 and DF. RGB value is (138,104,223). Sum of RGB (Red+Green+Blue) = 138+104+223=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A68DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A68DF is #759720. Grayscale: #7F7F7F. Windows color (decimal): -7706401 or 14641290. OLE color: 14641290.
HSL color Cylindrical-coordinate representation of color #8A68DF: hue angle of 257.14º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A68DF is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 104 | 223 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.13 |
| HSL | 257.14º | 0.65% | 0.64% | - |
| HSV(B) | 257.14º | 0.53% | 0.87% | - |
| XYZ | 28.75 | 20.63 | 72.28 | - |
| YUV | 127.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 223 | 0.38 | 0.53 | 0 | 0.13 | 257.14 | 0.65 | 0.64 |
| Hex | 8A | 68 | DF | 26 | 35 | 0 | D | 101 | 41 | 40 |
| Octal | 212 | 150 | 337 | 46 | 65 | 0 | 15 | 401 | 101 | 100 |
| Binary | 10001010 | 1101000 | 11011111 | 100110 | 110101 | 0 | 1101 | 100000001 | 1000001 | 1000000 |
Color Harmonies of #8A68DF
Complementary color
Monochromatic Colors of #8A68DF
Black with #8A68DF
Text Example
Text Example
White with #8A68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A68DF; }
p { color: rgb(138,104,223); }
H1.HeaderClassName
{
color: #8A68DF;
}
.AnyTagClassName
{
color: #8A68DF;
}
</style>
background-color css
<style>
a { background-color: #8A68DF; }
a { background-color: rgb(138,104,223); }
div.DivClassName
{
background-color: #8A68DF;
}
.BgClassName
{
background-color: #8A68DF;
}
</style>
border-color css
<style>
span { border-color: #8A68DF; }
span { border-color: rgb(138,104,223); }
td.TdClassName
{
border-color: #8A68DF;
}
.TagClassName
{
border-color: #8A68DF;
}
</style>