Shades of Medium Purple #8975DF
Tints of Medium Purple #8975DF
RGB
CMYK
RGB Variations
Color information
#8975DF (or 0x8975DF) is known color: Medium Purple. HEX triplet: 89, 75 and DF. RGB value is (137,117,223). Sum of RGB (Red+Green+Blue) = 137+117+223=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #8975DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8975DF is #768A20. Grayscale: #868686. Windows color (decimal): -7768609 or 14644617. OLE color: 14644617.
HSL color Cylindrical-coordinate representation of color #8975DF: hue angle of 251.32º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8975DF is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 117 | 223 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.13 |
| HSL | 251.32º | 0.62% | 0.67% | - |
| HSV(B) | 251.32º | 0.48% | 0.87% | - |
| XYZ | 30 | 23.37 | 72.74 | - |
| YUV | 135.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 223 | 0.39 | 0.48 | 0 | 0.13 | 251.32 | 0.62 | 0.67 |
| Hex | 89 | 75 | DF | 27 | 30 | 0 | D | FB | 3E | 43 |
| Octal | 211 | 165 | 337 | 47 | 60 | 0 | 15 | 373 | 76 | 103 |
| Binary | 10001001 | 1110101 | 11011111 | 100111 | 110000 | 0 | 1101 | 11111011 | 111110 | 1000011 |
Color Harmonies of #8975DF
Complementary color
Monochromatic Colors of #8975DF
Black with #8975DF
Text Example
Text Example
White with #8975DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8975DF; }
p { color: rgb(137,117,223); }
H1.HeaderClassName
{
color: #8975DF;
}
.AnyTagClassName
{
color: #8975DF;
}
</style>
background-color css
<style>
a { background-color: #8975DF; }
a { background-color: rgb(137,117,223); }
div.DivClassName
{
background-color: #8975DF;
}
.BgClassName
{
background-color: #8975DF;
}
</style>
border-color css
<style>
span { border-color: #8975DF; }
span { border-color: rgb(137,117,223); }
td.TdClassName
{
border-color: #8975DF;
}
.TagClassName
{
border-color: #8975DF;
}
</style>