Shades of Medium Purple #8567DF
Tints of Medium Purple #8567DF
RGB
CMYK
RGB Variations
Color information
#8567DF (or 0x8567DF) is known color: Medium Purple. HEX triplet: 85, 67 and DF. RGB value is (133,103,223). Sum of RGB (Red+Green+Blue) = 133+103+223=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #8567DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8567DF is #7A9820. Grayscale: #7D7D7D. Windows color (decimal): -8034337 or 14641029. OLE color: 14641029.
HSL color Cylindrical-coordinate representation of color #8567DF: hue angle of 255º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8567DF is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 103 | 223 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.13 |
| HSL | 255º | 0.65% | 0.64% | - |
| HSV(B) | 255º | 0.54% | 0.87% | - |
| XYZ | 27.84 | 20.01 | 72.21 | - |
| YUV | 125.65 | 182.94 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 223 | 0.40 | 0.54 | 0 | 0.13 | 255 | 0.65 | 0.64 |
| Hex | 85 | 67 | DF | 28 | 36 | 0 | D | FF | 41 | 40 |
| Octal | 205 | 147 | 337 | 50 | 66 | 0 | 15 | 377 | 101 | 100 |
| Binary | 10000101 | 1100111 | 11011111 | 101000 | 110110 | 0 | 1101 | 11111111 | 1000001 | 1000000 |
Color Harmonies of #8567DF
Complementary color
Monochromatic Colors of #8567DF
Black with #8567DF
Text Example
Text Example
White with #8567DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8567DF; }
p { color: rgb(133,103,223); }
H1.HeaderClassName
{
color: #8567DF;
}
.AnyTagClassName
{
color: #8567DF;
}
</style>
background-color css
<style>
a { background-color: #8567DF; }
a { background-color: rgb(133,103,223); }
div.DivClassName
{
background-color: #8567DF;
}
.BgClassName
{
background-color: #8567DF;
}
</style>
border-color css
<style>
span { border-color: #8567DF; }
span { border-color: rgb(133,103,223); }
td.TdClassName
{
border-color: #8567DF;
}
.TagClassName
{
border-color: #8567DF;
}
</style>