Shades of Medium Purple #8A7BDC
Tints of Medium Purple #8A7BDC
RGB
CMYK
RGB Variations
Color information
#8A7BDC (or 0x8A7BDC) is known color: Medium Purple. HEX triplet: 8A, 7B and DC. RGB value is (138,123,220). Sum of RGB (Red+Green+Blue) = 138+123+220=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A7BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BDC is #758423. Grayscale: #8A8A8A. Windows color (decimal): -7701540 or 14449546. OLE color: 14449546.
HSL color Cylindrical-coordinate representation of color #8A7BDC: hue angle of 249.28º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A7BDC is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 123 | 220 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.14 |
| HSL | 249.28º | 0.58% | 0.67% | - |
| HSV(B) | 249.28º | 0.44% | 0.86% | - |
| XYZ | 30.48 | 24.74 | 70.88 | - |
| YUV | 138.54 | 173.97 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 220 | 0.37 | 0.44 | 0 | 0.14 | 249.28 | 0.58 | 0.67 |
| Hex | 8A | 7B | DC | 25 | 2C | 0 | E | F9 | 3A | 43 |
| Octal | 212 | 173 | 334 | 45 | 54 | 0 | 16 | 371 | 72 | 103 |
| Binary | 10001010 | 1111011 | 11011100 | 100101 | 101100 | 0 | 1110 | 11111001 | 111010 | 1000011 |
Color Harmonies of #8A7BDC
Complementary color
Monochromatic Colors of #8A7BDC
Black with #8A7BDC
Text Example
Text Example
White with #8A7BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7BDC; }
p { color: rgb(138,123,220); }
H1.HeaderClassName
{
color: #8A7BDC;
}
.AnyTagClassName
{
color: #8A7BDC;
}
</style>
background-color css
<style>
a { background-color: #8A7BDC; }
a { background-color: rgb(138,123,220); }
div.DivClassName
{
background-color: #8A7BDC;
}
.BgClassName
{
background-color: #8A7BDC;
}
</style>
border-color css
<style>
span { border-color: #8A7BDC; }
span { border-color: rgb(138,123,220); }
td.TdClassName
{
border-color: #8A7BDC;
}
.TagClassName
{
border-color: #8A7BDC;
}
</style>