Shades of Medium Purple #8976DF
Tints of Medium Purple #8976DF
RGB
CMYK
RGB Variations
Color information
#8976DF (or 0x8976DF) is known color: Medium Purple. HEX triplet: 89, 76 and DF. RGB value is (137,118,223). Sum of RGB (Red+Green+Blue) = 137+118+223=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #8976DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8976DF is #768920. Grayscale: #878787. Windows color (decimal): -7768353 or 14644873. OLE color: 14644873.
HSL color Cylindrical-coordinate representation of color #8976DF: hue angle of 250.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8976DF is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 118 | 223 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.13 |
| HSL | 250.86º | 0.62% | 0.67% | - |
| HSV(B) | 250.86º | 0.47% | 0.87% | - |
| XYZ | 30.11 | 23.6 | 72.78 | - |
| YUV | 135.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 223 | 0.39 | 0.47 | 0 | 0.13 | 250.86 | 0.62 | 0.67 |
| Hex | 89 | 76 | DF | 27 | 2F | 0 | D | FB | 3E | 43 |
| Octal | 211 | 166 | 337 | 47 | 57 | 0 | 15 | 373 | 76 | 103 |
| Binary | 10001001 | 1110110 | 11011111 | 100111 | 101111 | 0 | 1101 | 11111011 | 111110 | 1000011 |
Color Harmonies of #8976DF
Complementary color
Monochromatic Colors of #8976DF
Black with #8976DF
Text Example
Text Example
White with #8976DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8976DF; }
p { color: rgb(137,118,223); }
H1.HeaderClassName
{
color: #8976DF;
}
.AnyTagClassName
{
color: #8976DF;
}
</style>
background-color css
<style>
a { background-color: #8976DF; }
a { background-color: rgb(137,118,223); }
div.DivClassName
{
background-color: #8976DF;
}
.BgClassName
{
background-color: #8976DF;
}
</style>
border-color css
<style>
span { border-color: #8976DF; }
span { border-color: rgb(137,118,223); }
td.TdClassName
{
border-color: #8976DF;
}
.TagClassName
{
border-color: #8976DF;
}
</style>