Shades of Medium Purple #8575DF
Tints of Medium Purple #8575DF
RGB
CMYK
RGB Variations
Color information
#8575DF (or 0x8575DF) is known color: Medium Purple. HEX triplet: 85, 75 and DF. RGB value is (133,117,223). Sum of RGB (Red+Green+Blue) = 133+117+223=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #8575DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575DF is #7A8A20. Grayscale: #858585. Windows color (decimal): -8030753 or 14644613. OLE color: 14644613.
HSL color Cylindrical-coordinate representation of color #8575DF: hue angle of 249.06º 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 #8575DF is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 117 | 223 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.13 |
| HSL | 249.06º | 0.62% | 0.67% | - |
| HSV(B) | 249.06º | 0.48% | 0.87% | - |
| XYZ | 29.35 | 23.04 | 72.71 | - |
| YUV | 133.87 | 178.3 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 223 | 0.40 | 0.48 | 0 | 0.13 | 249.06 | 0.62 | 0.67 |
| Hex | 85 | 75 | DF | 28 | 30 | 0 | D | F9 | 3E | 43 |
| Octal | 205 | 165 | 337 | 50 | 60 | 0 | 15 | 371 | 76 | 103 |
| Binary | 10000101 | 1110101 | 11011111 | 101000 | 110000 | 0 | 1101 | 11111001 | 111110 | 1000011 |
Color Harmonies of #8575DF
Complementary color
Monochromatic Colors of #8575DF
Black with #8575DF
Text Example
Text Example
White with #8575DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8575DF; }
p { color: rgb(133,117,223); }
H1.HeaderClassName
{
color: #8575DF;
}
.AnyTagClassName
{
color: #8575DF;
}
</style>
background-color css
<style>
a { background-color: #8575DF; }
a { background-color: rgb(133,117,223); }
div.DivClassName
{
background-color: #8575DF;
}
.BgClassName
{
background-color: #8575DF;
}
</style>
border-color css
<style>
span { border-color: #8575DF; }
span { border-color: rgb(133,117,223); }
td.TdClassName
{
border-color: #8575DF;
}
.TagClassName
{
border-color: #8575DF;
}
</style>