Shades of Medium Purple #8A6FE4
Tints of Medium Purple #8A6FE4
RGB
CMYK
RGB Variations
Color information
#8A6FE4 (or 0x8A6FE4) is known color: Medium Purple. HEX triplet: 8A, 6F and E4. RGB value is (138,111,228). Sum of RGB (Red+Green+Blue) = 138+111+228=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 228 - color contains mainly: blue. Hex color #8A6FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6FE4 is #75901B. Grayscale: #838383. Windows color (decimal): -7704604 or 14970762. OLE color: 14970762.
HSL color Cylindrical-coordinate representation of color #8A6FE4: hue angle of 253.85º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A6FE4 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 111 | 228 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.11 |
| HSL | 253.85º | 0.68% | 0.66% | - |
| HSV(B) | 253.85º | 0.51% | 0.89% | - |
| XYZ | 30.17 | 22.37 | 76.13 | - |
| YUV | 132.41 | 181.95 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 111 | 228 | 0.39 | 0.51 | 0 | 0.11 | 253.85 | 0.68 | 0.66 |
| Hex | 8A | 6F | E4 | 27 | 33 | 0 | B | FE | 44 | 42 |
| Octal | 212 | 157 | 344 | 47 | 63 | 0 | 13 | 376 | 104 | 102 |
| Binary | 10001010 | 1101111 | 11100100 | 100111 | 110011 | 0 | 1011 | 11111110 | 1000100 | 1000010 |
Color Harmonies of #8A6FE4
Complementary color
Monochromatic Colors of #8A6FE4
Black with #8A6FE4
Text Example
Text Example
White with #8A6FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6FE4; }
p { color: rgb(138,111,228); }
H1.HeaderClassName
{
color: #8A6FE4;
}
.AnyTagClassName
{
color: #8A6FE4;
}
</style>
background-color css
<style>
a { background-color: #8A6FE4; }
a { background-color: rgb(138,111,228); }
div.DivClassName
{
background-color: #8A6FE4;
}
.BgClassName
{
background-color: #8A6FE4;
}
</style>
border-color css
<style>
span { border-color: #8A6FE4; }
span { border-color: rgb(138,111,228); }
td.TdClassName
{
border-color: #8A6FE4;
}
.TagClassName
{
border-color: #8A6FE4;
}
</style>