Shades of Medium Purple #8652DE
Tints of Medium Purple #8652DE
RGB
CMYK
RGB Variations
Color information
#8652DE (or 0x8652DE) is known color: Medium Purple. HEX triplet: 86, 52 and DE. RGB value is (134,82,222). Sum of RGB (Red+Green+Blue) = 134+82+222=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #8652DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8652DE is #79AD21. Grayscale: #707070. Windows color (decimal): -7974178 or 14570118. OLE color: 14570118.
HSL color Cylindrical-coordinate representation of color #8652DE: hue angle of 262.29º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8652DE is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 82 | 222 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.13 |
| HSL | 262.29º | 0.68% | 0.6% | - |
| HSV(B) | 262.29º | 0.63% | 0.87% | - |
| XYZ | 26.03 | 16.38 | 70.9 | - |
| YUV | 113.51 | 189.23 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 222 | 0.40 | 0.63 | 0 | 0.13 | 262.29 | 0.68 | 0.6 |
| Hex | 86 | 52 | DE | 28 | 3F | 0 | D | 106 | 44 | 3C |
| Octal | 206 | 122 | 336 | 50 | 77 | 0 | 15 | 406 | 104 | 74 |
| Binary | 10000110 | 1010010 | 11011110 | 101000 | 111111 | 0 | 1101 | 100000110 | 1000100 | 111100 |
Color Harmonies of #8652DE
Complementary color
Monochromatic Colors of #8652DE
Black with #8652DE
Text Example
Text Example
White with #8652DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8652DE; }
p { color: rgb(134,82,222); }
H1.HeaderClassName
{
color: #8652DE;
}
.AnyTagClassName
{
color: #8652DE;
}
</style>
background-color css
<style>
a { background-color: #8652DE; }
a { background-color: rgb(134,82,222); }
div.DivClassName
{
background-color: #8652DE;
}
.BgClassName
{
background-color: #8652DE;
}
</style>
border-color css
<style>
span { border-color: #8652DE; }
span { border-color: rgb(134,82,222); }
td.TdClassName
{
border-color: #8652DE;
}
.TagClassName
{
border-color: #8652DE;
}
</style>