Shades of Medium Purple #8574DF
Tints of Medium Purple #8574DF
RGB
CMYK
RGB Variations
Color information
#8574DF (or 0x8574DF) is known color: Medium Purple. HEX triplet: 85, 74 and DF. RGB value is (133,116,223). Sum of RGB (Red+Green+Blue) = 133+116+223=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #8574DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8574DF is #7A8B20. Grayscale: #848484. Windows color (decimal): -8031009 or 14644357. OLE color: 14644357.
HSL color Cylindrical-coordinate representation of color #8574DF: hue angle of 249.53º 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 #8574DF is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 116 | 223 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.13 |
| HSL | 249.53º | 0.63% | 0.66% | - |
| HSV(B) | 249.53º | 0.48% | 0.87% | - |
| XYZ | 29.24 | 22.81 | 72.67 | - |
| YUV | 133.28 | 178.63 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 223 | 0.40 | 0.48 | 0 | 0.13 | 249.53 | 0.63 | 0.66 |
| Hex | 85 | 74 | DF | 28 | 30 | 0 | D | FA | 3F | 42 |
| Octal | 205 | 164 | 337 | 50 | 60 | 0 | 15 | 372 | 77 | 102 |
| Binary | 10000101 | 1110100 | 11011111 | 101000 | 110000 | 0 | 1101 | 11111010 | 111111 | 1000010 |
Color Harmonies of #8574DF
Complementary color
Monochromatic Colors of #8574DF
Black with #8574DF
Text Example
Text Example
White with #8574DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8574DF; }
p { color: rgb(133,116,223); }
H1.HeaderClassName
{
color: #8574DF;
}
.AnyTagClassName
{
color: #8574DF;
}
</style>
background-color css
<style>
a { background-color: #8574DF; }
a { background-color: rgb(133,116,223); }
div.DivClassName
{
background-color: #8574DF;
}
.BgClassName
{
background-color: #8574DF;
}
</style>
border-color css
<style>
span { border-color: #8574DF; }
span { border-color: rgb(133,116,223); }
td.TdClassName
{
border-color: #8574DF;
}
.TagClassName
{
border-color: #8574DF;
}
</style>