Shades of Medium Purple #8A7DDF
Tints of Medium Purple #8A7DDF
RGB
CMYK
RGB Variations
Color information
#8A7DDF (or 0x8A7DDF) is known color: Medium Purple. HEX triplet: 8A, 7D and DF. RGB value is (138,125,223). Sum of RGB (Red+Green+Blue) = 138+125+223=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A7DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DDF is #758220. Grayscale: #8B8B8B. Windows color (decimal): -7701025 or 14646666. OLE color: 14646666.
HSL color Cylindrical-coordinate representation of color #8A7DDF: hue angle of 247.96º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A7DDF is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 125 | 223 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.13 |
| HSL | 247.96º | 0.6% | 0.68% | - |
| HSV(B) | 247.96º | 0.44% | 0.87% | - |
| XYZ | 31.13 | 25.4 | 73.07 | - |
| YUV | 140.06 | 174.81 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 223 | 0.38 | 0.44 | 0 | 0.13 | 247.96 | 0.6 | 0.68 |
| Hex | 8A | 7D | DF | 26 | 2C | 0 | D | F8 | 3C | 44 |
| Octal | 212 | 175 | 337 | 46 | 54 | 0 | 15 | 370 | 74 | 104 |
| Binary | 10001010 | 1111101 | 11011111 | 100110 | 101100 | 0 | 1101 | 11111000 | 111100 | 1000100 |
Color Harmonies of #8A7DDF
Complementary color
Monochromatic Colors of #8A7DDF
Black with #8A7DDF
Text Example
Text Example
White with #8A7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DDF; }
p { color: rgb(138,125,223); }
H1.HeaderClassName
{
color: #8A7DDF;
}
.AnyTagClassName
{
color: #8A7DDF;
}
</style>
background-color css
<style>
a { background-color: #8A7DDF; }
a { background-color: rgb(138,125,223); }
div.DivClassName
{
background-color: #8A7DDF;
}
.BgClassName
{
background-color: #8A7DDF;
}
</style>
border-color css
<style>
span { border-color: #8A7DDF; }
span { border-color: rgb(138,125,223); }
td.TdClassName
{
border-color: #8A7DDF;
}
.TagClassName
{
border-color: #8A7DDF;
}
</style>