Shades of Medium Purple #8758DD
Tints of Medium Purple #8758DD
RGB
CMYK
RGB Variations
Color information
#8758DD (or 0x8758DD) is known color: Medium Purple. HEX triplet: 87, 58 and DD. RGB value is (135,88,221). Sum of RGB (Red+Green+Blue) = 135+88+221=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #8758DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8758DD is #78A722. Grayscale: #747474. Windows color (decimal): -7907107 or 14506119. OLE color: 14506119.
HSL color Cylindrical-coordinate representation of color #8758DD: hue angle of 261.2º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8758DD is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 88 | 221 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.13 |
| HSL | 261.2º | 0.66% | 0.61% | - |
| HSV(B) | 261.2º | 0.6% | 0.87% | - |
| XYZ | 26.53 | 17.35 | 70.36 | - |
| YUV | 117.22 | 186.57 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 221 | 0.39 | 0.60 | 0 | 0.13 | 261.2 | 0.66 | 0.61 |
| Hex | 87 | 58 | DD | 27 | 3C | 0 | D | 105 | 42 | 3D |
| Octal | 207 | 130 | 335 | 47 | 74 | 0 | 15 | 405 | 102 | 75 |
| Binary | 10000111 | 1011000 | 11011101 | 100111 | 111100 | 0 | 1101 | 100000101 | 1000010 | 111101 |
Color Harmonies of #8758DD
Complementary color
Monochromatic Colors of #8758DD
Black with #8758DD
Text Example
Text Example
White with #8758DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8758DD; }
p { color: rgb(135,88,221); }
H1.HeaderClassName
{
color: #8758DD;
}
.AnyTagClassName
{
color: #8758DD;
}
</style>
background-color css
<style>
a { background-color: #8758DD; }
a { background-color: rgb(135,88,221); }
div.DivClassName
{
background-color: #8758DD;
}
.BgClassName
{
background-color: #8758DD;
}
</style>
border-color css
<style>
span { border-color: #8758DD; }
span { border-color: rgb(135,88,221); }
td.TdClassName
{
border-color: #8758DD;
}
.TagClassName
{
border-color: #8758DD;
}
</style>