Shades of Medium Purple #8773DA
Tints of Medium Purple #8773DA
RGB
CMYK
RGB Variations
Color information
#8773DA (or 0x8773DA) is known color: Medium Purple. HEX triplet: 87, 73 and DA. RGB value is (135,115,218). Sum of RGB (Red+Green+Blue) = 135+115+218=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #8773DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8773DA is #788C25. Grayscale: #848484. Windows color (decimal): -7900198 or 14316423. OLE color: 14316423.
HSL color Cylindrical-coordinate representation of color #8773DA: hue angle of 251.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8773DA is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 115 | 218 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.15 |
| HSL | 251.65º | 0.58% | 0.65% | - |
| HSV(B) | 251.65º | 0.47% | 0.85% | - |
| XYZ | 28.78 | 22.47 | 69.15 | - |
| YUV | 132.72 | 176.13 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 115 | 218 | 0.38 | 0.47 | 0 | 0.15 | 251.65 | 0.58 | 0.65 |
| Hex | 87 | 73 | DA | 26 | 2F | 0 | F | FC | 3A | 41 |
| Octal | 207 | 163 | 332 | 46 | 57 | 0 | 17 | 374 | 72 | 101 |
| Binary | 10000111 | 1110011 | 11011010 | 100110 | 101111 | 0 | 1111 | 11111100 | 111010 | 1000001 |
Color Harmonies of #8773DA
Complementary color
Monochromatic Colors of #8773DA
Black with #8773DA
Text Example
Text Example
White with #8773DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8773DA; }
p { color: rgb(135,115,218); }
H1.HeaderClassName
{
color: #8773DA;
}
.AnyTagClassName
{
color: #8773DA;
}
</style>
background-color css
<style>
a { background-color: #8773DA; }
a { background-color: rgb(135,115,218); }
div.DivClassName
{
background-color: #8773DA;
}
.BgClassName
{
background-color: #8773DA;
}
</style>
border-color css
<style>
span { border-color: #8773DA; }
span { border-color: rgb(135,115,218); }
td.TdClassName
{
border-color: #8773DA;
}
.TagClassName
{
border-color: #8773DA;
}
</style>