Shades of Medium Purple #8574DC
Tints of Medium Purple #8574DC
RGB
CMYK
RGB Variations
Color information
#8574DC (or 0x8574DC) is known color: Medium Purple. HEX triplet: 85, 74 and DC. RGB value is (133,116,220). Sum of RGB (Red+Green+Blue) = 133+116+220=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #8574DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8574DC is #7A8B23. Grayscale: #848484. Windows color (decimal): -8031012 or 14447749. OLE color: 14447749.
HSL color Cylindrical-coordinate representation of color #8574DC: hue angle of 249.81º 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 #8574DC is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 116 | 220 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.14 |
| HSL | 249.81º | 0.6% | 0.66% | - |
| HSV(B) | 249.81º | 0.47% | 0.86% | - |
| XYZ | 28.84 | 22.64 | 70.56 | - |
| YUV | 132.94 | 177.13 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 220 | 0.40 | 0.47 | 0 | 0.14 | 249.81 | 0.6 | 0.66 |
| Hex | 85 | 74 | DC | 28 | 2F | 0 | E | FA | 3C | 42 |
| Octal | 205 | 164 | 334 | 50 | 57 | 0 | 16 | 372 | 74 | 102 |
| Binary | 10000101 | 1110100 | 11011100 | 101000 | 101111 | 0 | 1110 | 11111010 | 111100 | 1000010 |
Color Harmonies of #8574DC
Complementary color
Monochromatic Colors of #8574DC
Black with #8574DC
Text Example
Text Example
White with #8574DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8574DC; }
p { color: rgb(133,116,220); }
H1.HeaderClassName
{
color: #8574DC;
}
.AnyTagClassName
{
color: #8574DC;
}
</style>
background-color css
<style>
a { background-color: #8574DC; }
a { background-color: rgb(133,116,220); }
div.DivClassName
{
background-color: #8574DC;
}
.BgClassName
{
background-color: #8574DC;
}
</style>
border-color css
<style>
span { border-color: #8574DC; }
span { border-color: rgb(133,116,220); }
td.TdClassName
{
border-color: #8574DC;
}
.TagClassName
{
border-color: #8574DC;
}
</style>