Shades of Medium Purple #8975DC
Tints of Medium Purple #8975DC
RGB
CMYK
RGB Variations
Color information
#8975DC (or 0x8975DC) is known color: Medium Purple. HEX triplet: 89, 75 and DC. RGB value is (137,117,220). Sum of RGB (Red+Green+Blue) = 137+117+220=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #8975DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8975DC is #768A23. Grayscale: #868686. Windows color (decimal): -7768612 or 14448009. OLE color: 14448009.
HSL color Cylindrical-coordinate representation of color #8975DC: hue angle of 251.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8975DC is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 117 | 220 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.14 |
| HSL | 251.65º | 0.6% | 0.66% | - |
| HSV(B) | 251.65º | 0.47% | 0.86% | - |
| XYZ | 29.6 | 23.21 | 70.63 | - |
| YUV | 134.72 | 176.13 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 220 | 0.38 | 0.47 | 0 | 0.14 | 251.65 | 0.6 | 0.66 |
| Hex | 89 | 75 | DC | 26 | 2F | 0 | E | FC | 3C | 42 |
| Octal | 211 | 165 | 334 | 46 | 57 | 0 | 16 | 374 | 74 | 102 |
| Binary | 10001001 | 1110101 | 11011100 | 100110 | 101111 | 0 | 1110 | 11111100 | 111100 | 1000010 |
Color Harmonies of #8975DC
Complementary color
Monochromatic Colors of #8975DC
Black with #8975DC
Text Example
Text Example
White with #8975DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8975DC; }
p { color: rgb(137,117,220); }
H1.HeaderClassName
{
color: #8975DC;
}
.AnyTagClassName
{
color: #8975DC;
}
</style>
background-color css
<style>
a { background-color: #8975DC; }
a { background-color: rgb(137,117,220); }
div.DivClassName
{
background-color: #8975DC;
}
.BgClassName
{
background-color: #8975DC;
}
</style>
border-color css
<style>
span { border-color: #8975DC; }
span { border-color: rgb(137,117,220); }
td.TdClassName
{
border-color: #8975DC;
}
.TagClassName
{
border-color: #8975DC;
}
</style>