Shades of Medium Purple #8765DF
Tints of Medium Purple #8765DF
RGB
CMYK
RGB Variations
Color information
#8765DF (or 0x8765DF) is known color: Medium Purple. HEX triplet: 87, 65 and DF. RGB value is (135,101,223). Sum of RGB (Red+Green+Blue) = 135+101+223=459 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.41% from 459); Green value is 101 (39.84% from 255 or 22.00% 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 #8765DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8765DF is #789A20. Grayscale: #7C7C7C. Windows color (decimal): -7903777 or 14640519. OLE color: 14640519.
HSL color Cylindrical-coordinate representation of color #8765DF: hue angle of 256.72º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8765DF is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 101 | 223 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.13 |
| HSL | 256.72º | 0.66% | 0.64% | - |
| HSV(B) | 256.72º | 0.55% | 0.87% | - |
| XYZ | 27.96 | 19.79 | 72.16 | - |
| YUV | 125.07 | 183.26 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 223 | 0.39 | 0.55 | 0 | 0.13 | 256.72 | 0.66 | 0.64 |
| Hex | 87 | 65 | DF | 27 | 37 | 0 | D | 101 | 42 | 40 |
| Octal | 207 | 145 | 337 | 47 | 67 | 0 | 15 | 401 | 102 | 100 |
| Binary | 10000111 | 1100101 | 11011111 | 100111 | 110111 | 0 | 1101 | 100000001 | 1000010 | 1000000 |
Color Harmonies of #8765DF
Complementary color
Monochromatic Colors of #8765DF
Black with #8765DF
Text Example
Text Example
White with #8765DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8765DF; }
p { color: rgb(135,101,223); }
H1.HeaderClassName
{
color: #8765DF;
}
.AnyTagClassName
{
color: #8765DF;
}
</style>
background-color css
<style>
a { background-color: #8765DF; }
a { background-color: rgb(135,101,223); }
div.DivClassName
{
background-color: #8765DF;
}
.BgClassName
{
background-color: #8765DF;
}
</style>
border-color css
<style>
span { border-color: #8765DF; }
span { border-color: rgb(135,101,223); }
td.TdClassName
{
border-color: #8765DF;
}
.TagClassName
{
border-color: #8765DF;
}
</style>