Shades of Medium Purple #8575DC
Tints of Medium Purple #8575DC
RGB
CMYK
RGB Variations
Color information
#8575DC (or 0x8575DC) is known color: Medium Purple. HEX triplet: 85, 75 and DC. RGB value is (133,117,220). Sum of RGB (Red+Green+Blue) = 133+117+220=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #8575DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575DC is #7A8A23. Grayscale: #858585. Windows color (decimal): -8030756 or 14448005. OLE color: 14448005.
HSL color Cylindrical-coordinate representation of color #8575DC: hue angle of 249.32º 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 #8575DC is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 117 | 220 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.14 |
| HSL | 249.32º | 0.6% | 0.66% | - |
| HSV(B) | 249.32º | 0.47% | 0.86% | - |
| XYZ | 28.95 | 22.88 | 70.6 | - |
| YUV | 133.53 | 176.8 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 220 | 0.40 | 0.47 | 0 | 0.14 | 249.32 | 0.6 | 0.66 |
| Hex | 85 | 75 | DC | 28 | 2F | 0 | E | F9 | 3C | 42 |
| Octal | 205 | 165 | 334 | 50 | 57 | 0 | 16 | 371 | 74 | 102 |
| Binary | 10000101 | 1110101 | 11011100 | 101000 | 101111 | 0 | 1110 | 11111001 | 111100 | 1000010 |
Color Harmonies of #8575DC
Complementary color
Monochromatic Colors of #8575DC
Black with #8575DC
Text Example
Text Example
White with #8575DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8575DC; }
p { color: rgb(133,117,220); }
H1.HeaderClassName
{
color: #8575DC;
}
.AnyTagClassName
{
color: #8575DC;
}
</style>
background-color css
<style>
a { background-color: #8575DC; }
a { background-color: rgb(133,117,220); }
div.DivClassName
{
background-color: #8575DC;
}
.BgClassName
{
background-color: #8575DC;
}
</style>
border-color css
<style>
span { border-color: #8575DC; }
span { border-color: rgb(133,117,220); }
td.TdClassName
{
border-color: #8575DC;
}
.TagClassName
{
border-color: #8575DC;
}
</style>