Shades of Medium Purple #8655DE
Tints of Medium Purple #8655DE
RGB
CMYK
RGB Variations
Color information
#8655DE (or 0x8655DE) is known color: Medium Purple. HEX triplet: 86, 55 and DE. RGB value is (134,85,222). Sum of RGB (Red+Green+Blue) = 134+85+222=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #8655DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8655DE is #79AA21. Grayscale: #727272. Windows color (decimal): -7973410 or 14570886. OLE color: 14570886.
HSL color Cylindrical-coordinate representation of color #8655DE: hue angle of 261.46º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8655DE is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 85 | 222 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.13 |
| HSL | 261.46º | 0.67% | 0.6% | - |
| HSV(B) | 261.46º | 0.62% | 0.87% | - |
| XYZ | 26.26 | 16.84 | 70.97 | - |
| YUV | 115.27 | 188.23 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 222 | 0.40 | 0.62 | 0 | 0.13 | 261.46 | 0.67 | 0.6 |
| Hex | 86 | 55 | DE | 28 | 3E | 0 | D | 105 | 43 | 3C |
| Octal | 206 | 125 | 336 | 50 | 76 | 0 | 15 | 405 | 103 | 74 |
| Binary | 10000110 | 1010101 | 11011110 | 101000 | 111110 | 0 | 1101 | 100000101 | 1000011 | 111100 |
Color Harmonies of #8655DE
Complementary color
Monochromatic Colors of #8655DE
Black with #8655DE
Text Example
Text Example
White with #8655DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8655DE; }
p { color: rgb(134,85,222); }
H1.HeaderClassName
{
color: #8655DE;
}
.AnyTagClassName
{
color: #8655DE;
}
</style>
background-color css
<style>
a { background-color: #8655DE; }
a { background-color: rgb(134,85,222); }
div.DivClassName
{
background-color: #8655DE;
}
.BgClassName
{
background-color: #8655DE;
}
</style>
border-color css
<style>
span { border-color: #8655DE; }
span { border-color: rgb(134,85,222); }
td.TdClassName
{
border-color: #8655DE;
}
.TagClassName
{
border-color: #8655DE;
}
</style>