Shades of Medium Purple #8A58DE
Tints of Medium Purple #8A58DE
RGB
CMYK
RGB Variations
Color information
#8A58DE (or 0x8A58DE) is known color: Medium Purple. HEX triplet: 8A, 58 and DE. RGB value is (138,88,222). Sum of RGB (Red+Green+Blue) = 138+88+222=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A58DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A58DE is #75A721. Grayscale: #757575. Windows color (decimal): -7710498 or 14571658. OLE color: 14571658.
HSL color Cylindrical-coordinate representation of color #8A58DE: hue angle of 262.39º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A58DE is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 88 | 222 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.13 |
| HSL | 262.39º | 0.67% | 0.61% | - |
| HSV(B) | 262.39º | 0.6% | 0.87% | - |
| XYZ | 27.16 | 17.66 | 71.08 | - |
| YUV | 118.23 | 186.57 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 88 | 222 | 0.38 | 0.60 | 0 | 0.13 | 262.39 | 0.67 | 0.61 |
| Hex | 8A | 58 | DE | 26 | 3C | 0 | D | 106 | 43 | 3D |
| Octal | 212 | 130 | 336 | 46 | 74 | 0 | 15 | 406 | 103 | 75 |
| Binary | 10001010 | 1011000 | 11011110 | 100110 | 111100 | 0 | 1101 | 100000110 | 1000011 | 111101 |
Color Harmonies of #8A58DE
Complementary color
Monochromatic Colors of #8A58DE
Black with #8A58DE
Text Example
Text Example
White with #8A58DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A58DE; }
p { color: rgb(138,88,222); }
H1.HeaderClassName
{
color: #8A58DE;
}
.AnyTagClassName
{
color: #8A58DE;
}
</style>
background-color css
<style>
a { background-color: #8A58DE; }
a { background-color: rgb(138,88,222); }
div.DivClassName
{
background-color: #8A58DE;
}
.BgClassName
{
background-color: #8A58DE;
}
</style>
border-color css
<style>
span { border-color: #8A58DE; }
span { border-color: rgb(138,88,222); }
td.TdClassName
{
border-color: #8A58DE;
}
.TagClassName
{
border-color: #8A58DE;
}
</style>