Shades of Medium Purple #8A75DF
Tints of Medium Purple #8A75DF
RGB
CMYK
RGB Variations
Color information
#8A75DF (or 0x8A75DF) is known color: Medium Purple. HEX triplet: 8A, 75 and DF. RGB value is (138,117,223). Sum of RGB (Red+Green+Blue) = 138+117+223=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A75DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A75DF is #758A20. Grayscale: #868686. Windows color (decimal): -7703073 or 14644618. OLE color: 14644618.
HSL color Cylindrical-coordinate representation of color #8A75DF: hue angle of 251.89º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A75DF is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 117 | 223 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.13 |
| HSL | 251.89º | 0.62% | 0.67% | - |
| HSV(B) | 251.89º | 0.48% | 0.87% | - |
| XYZ | 30.16 | 23.45 | 72.75 | - |
| YUV | 135.36 | 177.46 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 223 | 0.38 | 0.48 | 0 | 0.13 | 251.89 | 0.62 | 0.67 |
| Hex | 8A | 75 | DF | 26 | 30 | 0 | D | FC | 3E | 43 |
| Octal | 212 | 165 | 337 | 46 | 60 | 0 | 15 | 374 | 76 | 103 |
| Binary | 10001010 | 1110101 | 11011111 | 100110 | 110000 | 0 | 1101 | 11111100 | 111110 | 1000011 |
Color Harmonies of #8A75DF
Complementary color
Monochromatic Colors of #8A75DF
Black with #8A75DF
Text Example
Text Example
White with #8A75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A75DF; }
p { color: rgb(138,117,223); }
H1.HeaderClassName
{
color: #8A75DF;
}
.AnyTagClassName
{
color: #8A75DF;
}
</style>
background-color css
<style>
a { background-color: #8A75DF; }
a { background-color: rgb(138,117,223); }
div.DivClassName
{
background-color: #8A75DF;
}
.BgClassName
{
background-color: #8A75DF;
}
</style>
border-color css
<style>
span { border-color: #8A75DF; }
span { border-color: rgb(138,117,223); }
td.TdClassName
{
border-color: #8A75DF;
}
.TagClassName
{
border-color: #8A75DF;
}
</style>