Shades of Medium Purple #8973DF
Tints of Medium Purple #8973DF
RGB
CMYK
RGB Variations
Color information
#8973DF (or 0x8973DF) is known color: Medium Purple. HEX triplet: 89, 73 and DF. RGB value is (137,115,223). Sum of RGB (Red+Green+Blue) = 137+115+223=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #8973DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8973DF is #768C20. Grayscale: #858585. Windows color (decimal): -7769121 or 14644105. OLE color: 14644105.
HSL color Cylindrical-coordinate representation of color #8973DF: hue angle of 252.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8973DF is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 115 | 223 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.13 |
| HSL | 252.22º | 0.63% | 0.66% | - |
| HSV(B) | 252.22º | 0.48% | 0.87% | - |
| XYZ | 29.77 | 22.91 | 72.66 | - |
| YUV | 133.89 | 178.29 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 115 | 223 | 0.39 | 0.48 | 0 | 0.13 | 252.22 | 0.63 | 0.66 |
| Hex | 89 | 73 | DF | 27 | 30 | 0 | D | FC | 3F | 42 |
| Octal | 211 | 163 | 337 | 47 | 60 | 0 | 15 | 374 | 77 | 102 |
| Binary | 10001001 | 1110011 | 11011111 | 100111 | 110000 | 0 | 1101 | 11111100 | 111111 | 1000010 |
Color Harmonies of #8973DF
Complementary color
Monochromatic Colors of #8973DF
Black with #8973DF
Text Example
Text Example
White with #8973DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8973DF; }
p { color: rgb(137,115,223); }
H1.HeaderClassName
{
color: #8973DF;
}
.AnyTagClassName
{
color: #8973DF;
}
</style>
background-color css
<style>
a { background-color: #8973DF; }
a { background-color: rgb(137,115,223); }
div.DivClassName
{
background-color: #8973DF;
}
.BgClassName
{
background-color: #8973DF;
}
</style>
border-color css
<style>
span { border-color: #8973DF; }
span { border-color: rgb(137,115,223); }
td.TdClassName
{
border-color: #8973DF;
}
.TagClassName
{
border-color: #8973DF;
}
</style>