Shades of Medium Purple #8A68E1
Tints of Medium Purple #8A68E1
RGB
CMYK
RGB Variations
Color information
#8A68E1 (or 0x8A68E1) is known color: Medium Purple. HEX triplet: 8A, 68 and E1. RGB value is (138,104,225). Sum of RGB (Red+Green+Blue) = 138+104+225=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #8A68E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A68E1 is #75971E. Grayscale: #7F7F7F. Windows color (decimal): -7706399 or 14772362. OLE color: 14772362.
HSL color Cylindrical-coordinate representation of color #8A68E1: hue angle of 256.86º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A68E1 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 104 | 225 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.12 |
| HSL | 256.86º | 0.67% | 0.65% | - |
| HSV(B) | 256.86º | 0.54% | 0.88% | - |
| XYZ | 29.02 | 20.74 | 73.71 | - |
| YUV | 127.96 | 182.76 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 225 | 0.39 | 0.54 | 0 | 0.12 | 256.86 | 0.67 | 0.65 |
| Hex | 8A | 68 | E1 | 27 | 36 | 0 | C | 101 | 43 | 41 |
| Octal | 212 | 150 | 341 | 47 | 66 | 0 | 14 | 401 | 103 | 101 |
| Binary | 10001010 | 1101000 | 11100001 | 100111 | 110110 | 0 | 1100 | 100000001 | 1000011 | 1000001 |
Color Harmonies of #8A68E1
Complementary color
Monochromatic Colors of #8A68E1
Black with #8A68E1
Text Example
Text Example
White with #8A68E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A68E1; }
p { color: rgb(138,104,225); }
H1.HeaderClassName
{
color: #8A68E1;
}
.AnyTagClassName
{
color: #8A68E1;
}
</style>
background-color css
<style>
a { background-color: #8A68E1; }
a { background-color: rgb(138,104,225); }
div.DivClassName
{
background-color: #8A68E1;
}
.BgClassName
{
background-color: #8A68E1;
}
</style>
border-color css
<style>
span { border-color: #8A68E1; }
span { border-color: rgb(138,104,225); }
td.TdClassName
{
border-color: #8A68E1;
}
.TagClassName
{
border-color: #8A68E1;
}
</style>