Shades of Medium Purple #8567DD
Tints of Medium Purple #8567DD
RGB
CMYK
RGB Variations
Color information
#8567DD (or 0x8567DD) is known color: Medium Purple. HEX triplet: 85, 67 and DD. RGB value is (133,103,221). Sum of RGB (Red+Green+Blue) = 133+103+221=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #8567DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8567DD is #7A9822. Grayscale: #7C7C7C. Windows color (decimal): -8034339 or 14509957. OLE color: 14509957.
HSL color Cylindrical-coordinate representation of color #8567DD: hue angle of 255.25º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8567DD is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 103 | 221 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.13 |
| HSL | 255.25º | 0.63% | 0.64% | - |
| HSV(B) | 255.25º | 0.53% | 0.87% | - |
| XYZ | 27.57 | 19.91 | 70.8 | - |
| YUV | 125.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 221 | 0.40 | 0.53 | 0 | 0.13 | 255.25 | 0.63 | 0.64 |
| Hex | 85 | 67 | DD | 28 | 35 | 0 | D | FF | 3F | 40 |
| Octal | 205 | 147 | 335 | 50 | 65 | 0 | 15 | 377 | 77 | 100 |
| Binary | 10000101 | 1100111 | 11011101 | 101000 | 110101 | 0 | 1101 | 11111111 | 111111 | 1000000 |
Color Harmonies of #8567DD
Complementary color
Monochromatic Colors of #8567DD
Black with #8567DD
Text Example
Text Example
White with #8567DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8567DD; }
p { color: rgb(133,103,221); }
H1.HeaderClassName
{
color: #8567DD;
}
.AnyTagClassName
{
color: #8567DD;
}
</style>
background-color css
<style>
a { background-color: #8567DD; }
a { background-color: rgb(133,103,221); }
div.DivClassName
{
background-color: #8567DD;
}
.BgClassName
{
background-color: #8567DD;
}
</style>
border-color css
<style>
span { border-color: #8567DD; }
span { border-color: rgb(133,103,221); }
td.TdClassName
{
border-color: #8567DD;
}
.TagClassName
{
border-color: #8567DD;
}
</style>