Shades of Medium Purple #8575DD
Tints of Medium Purple #8575DD
RGB
CMYK
RGB Variations
Color information
#8575DD (or 0x8575DD) is known color: Medium Purple. HEX triplet: 85, 75 and DD. RGB value is (133,117,221). Sum of RGB (Red+Green+Blue) = 133+117+221=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #8575DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575DD is #7A8A22. Grayscale: #858585. Windows color (decimal): -8030755 or 14513541. OLE color: 14513541.
HSL color Cylindrical-coordinate representation of color #8575DD: hue angle of 249.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8575DD is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 117 | 221 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.13 |
| HSL | 249.23º | 0.6% | 0.66% | - |
| HSV(B) | 249.23º | 0.47% | 0.87% | - |
| XYZ | 29.09 | 22.93 | 71.3 | - |
| YUV | 133.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 221 | 0.40 | 0.47 | 0 | 0.13 | 249.23 | 0.6 | 0.66 |
| Hex | 85 | 75 | DD | 28 | 2F | 0 | D | F9 | 3C | 42 |
| Octal | 205 | 165 | 335 | 50 | 57 | 0 | 15 | 371 | 74 | 102 |
| Binary | 10000101 | 1110101 | 11011101 | 101000 | 101111 | 0 | 1101 | 11111001 | 111100 | 1000010 |
Color Harmonies of #8575DD
Complementary color
Monochromatic Colors of #8575DD
Black with #8575DD
Text Example
Text Example
White with #8575DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8575DD; }
p { color: rgb(133,117,221); }
H1.HeaderClassName
{
color: #8575DD;
}
.AnyTagClassName
{
color: #8575DD;
}
</style>
background-color css
<style>
a { background-color: #8575DD; }
a { background-color: rgb(133,117,221); }
div.DivClassName
{
background-color: #8575DD;
}
.BgClassName
{
background-color: #8575DD;
}
</style>
border-color css
<style>
span { border-color: #8575DD; }
span { border-color: rgb(133,117,221); }
td.TdClassName
{
border-color: #8575DD;
}
.TagClassName
{
border-color: #8575DD;
}
</style>