Shades of Medium Purple #8767DD
Tints of Medium Purple #8767DD
RGB
CMYK
RGB Variations
Color information
#8767DD (or 0x8767DD) is known color: Medium Purple. HEX triplet: 87, 67 and DD. RGB value is (135,103,221). Sum of RGB (Red+Green+Blue) = 135+103+221=459 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.41% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #8767DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8767DD is #789822. Grayscale: #7D7D7D. Windows color (decimal): -7903267 or 14509959. OLE color: 14509959.
HSL color Cylindrical-coordinate representation of color #8767DD: hue angle of 256.27º 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 #8767DD is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 103 | 221 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.13 |
| HSL | 256.27º | 0.63% | 0.64% | - |
| HSV(B) | 256.27º | 0.53% | 0.87% | - |
| XYZ | 27.89 | 20.07 | 70.81 | - |
| YUV | 126.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 103 | 221 | 0.39 | 0.53 | 0 | 0.13 | 256.27 | 0.63 | 0.64 |
| Hex | 87 | 67 | DD | 27 | 35 | 0 | D | 100 | 3F | 40 |
| Octal | 207 | 147 | 335 | 47 | 65 | 0 | 15 | 400 | 77 | 100 |
| Binary | 10000111 | 1100111 | 11011101 | 100111 | 110101 | 0 | 1101 | 100000000 | 111111 | 1000000 |
Color Harmonies of #8767DD
Complementary color
Monochromatic Colors of #8767DD
Black with #8767DD
Text Example
Text Example
White with #8767DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8767DD; }
p { color: rgb(135,103,221); }
H1.HeaderClassName
{
color: #8767DD;
}
.AnyTagClassName
{
color: #8767DD;
}
</style>
background-color css
<style>
a { background-color: #8767DD; }
a { background-color: rgb(135,103,221); }
div.DivClassName
{
background-color: #8767DD;
}
.BgClassName
{
background-color: #8767DD;
}
</style>
border-color css
<style>
span { border-color: #8767DD; }
span { border-color: rgb(135,103,221); }
td.TdClassName
{
border-color: #8767DD;
}
.TagClassName
{
border-color: #8767DD;
}
</style>