Shades of Medium Purple #8865DF
Tints of Medium Purple #8865DF
RGB
CMYK
RGB Variations
Color information
#8865DF (or 0x8865DF) is known color: Medium Purple. HEX triplet: 88, 65 and DF. RGB value is (136,101,223). Sum of RGB (Red+Green+Blue) = 136+101+223=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #8865DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8865DF is #779A20. Grayscale: #7C7C7C. Windows color (decimal): -7838241 or 14640520. OLE color: 14640520.
HSL color Cylindrical-coordinate representation of color #8865DF: hue angle of 257.21º 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 #8865DF is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 101 | 223 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.13 |
| HSL | 257.21º | 0.66% | 0.64% | - |
| HSV(B) | 257.21º | 0.55% | 0.87% | - |
| XYZ | 28.13 | 19.87 | 72.16 | - |
| YUV | 125.37 | 183.1 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 223 | 0.39 | 0.55 | 0 | 0.13 | 257.21 | 0.66 | 0.64 |
| Hex | 88 | 65 | DF | 27 | 37 | 0 | D | 101 | 42 | 40 |
| Octal | 210 | 145 | 337 | 47 | 67 | 0 | 15 | 401 | 102 | 100 |
| Binary | 10001000 | 1100101 | 11011111 | 100111 | 110111 | 0 | 1101 | 100000001 | 1000010 | 1000000 |
Color Harmonies of #8865DF
Complementary color
Monochromatic Colors of #8865DF
Black with #8865DF
Text Example
Text Example
White with #8865DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8865DF; }
p { color: rgb(136,101,223); }
H1.HeaderClassName
{
color: #8865DF;
}
.AnyTagClassName
{
color: #8865DF;
}
</style>
background-color css
<style>
a { background-color: #8865DF; }
a { background-color: rgb(136,101,223); }
div.DivClassName
{
background-color: #8865DF;
}
.BgClassName
{
background-color: #8865DF;
}
</style>
border-color css
<style>
span { border-color: #8865DF; }
span { border-color: rgb(136,101,223); }
td.TdClassName
{
border-color: #8865DF;
}
.TagClassName
{
border-color: #8865DF;
}
</style>