Shades of Medium Purple #8A7BDA
Tints of Medium Purple #8A7BDA
RGB
CMYK
RGB Variations
Color information
#8A7BDA (or 0x8A7BDA) is known color: Medium Purple. HEX triplet: 8A, 7B and DA. RGB value is (138,123,218). Sum of RGB (Red+Green+Blue) = 138+123+218=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BDA is #758425. Grayscale: #898989. Windows color (decimal): -7701542 or 14318474. OLE color: 14318474.
HSL color Cylindrical-coordinate representation of color #8A7BDA: hue angle of 249.47º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A7BDA is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 123 | 218 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.15 |
| HSL | 249.47º | 0.56% | 0.67% | - |
| HSV(B) | 249.47º | 0.44% | 0.85% | - |
| XYZ | 30.22 | 24.63 | 69.49 | - |
| YUV | 138.32 | 172.97 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 218 | 0.37 | 0.44 | 0 | 0.15 | 249.47 | 0.56 | 0.67 |
| Hex | 8A | 7B | DA | 25 | 2C | 0 | F | F9 | 38 | 43 |
| Octal | 212 | 173 | 332 | 45 | 54 | 0 | 17 | 371 | 70 | 103 |
| Binary | 10001010 | 1111011 | 11011010 | 100101 | 101100 | 0 | 1111 | 11111001 | 111000 | 1000011 |
Color Harmonies of #8A7BDA
Complementary color
Monochromatic Colors of #8A7BDA
Black with #8A7BDA
Text Example
Text Example
White with #8A7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7BDA; }
p { color: rgb(138,123,218); }
H1.HeaderClassName
{
color: #8A7BDA;
}
.AnyTagClassName
{
color: #8A7BDA;
}
</style>
background-color css
<style>
a { background-color: #8A7BDA; }
a { background-color: rgb(138,123,218); }
div.DivClassName
{
background-color: #8A7BDA;
}
.BgClassName
{
background-color: #8A7BDA;
}
</style>
border-color css
<style>
span { border-color: #8A7BDA; }
span { border-color: rgb(138,123,218); }
td.TdClassName
{
border-color: #8A7BDA;
}
.TagClassName
{
border-color: #8A7BDA;
}
</style>