Shades of Medium Purple #8652DC
Tints of Medium Purple #8652DC
RGB
CMYK
RGB Variations
Color information
#8652DC (or 0x8652DC) is known color: Medium Purple. HEX triplet: 86, 52 and DC. RGB value is (134,82,220). Sum of RGB (Red+Green+Blue) = 134+82+220=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #8652DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8652DC is #79AD23. Grayscale: #707070. Windows color (decimal): -7974180 or 14439046. OLE color: 14439046.
HSL color Cylindrical-coordinate representation of color #8652DC: hue angle of 262.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8652DC is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 82 | 220 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.14 |
| HSL | 262.61º | 0.66% | 0.59% | - |
| HSV(B) | 262.61º | 0.63% | 0.86% | - |
| XYZ | 25.77 | 16.27 | 69.49 | - |
| YUV | 113.28 | 188.23 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 220 | 0.39 | 0.63 | 0 | 0.14 | 262.61 | 0.66 | 0.59 |
| Hex | 86 | 52 | DC | 27 | 3F | 0 | E | 107 | 42 | 3B |
| Octal | 206 | 122 | 334 | 47 | 77 | 0 | 16 | 407 | 102 | 73 |
| Binary | 10000110 | 1010010 | 11011100 | 100111 | 111111 | 0 | 1110 | 100000111 | 1000010 | 111011 |
Color Harmonies of #8652DC
Complementary color
Monochromatic Colors of #8652DC
Black with #8652DC
Text Example
Text Example
White with #8652DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8652DC; }
p { color: rgb(134,82,220); }
H1.HeaderClassName
{
color: #8652DC;
}
.AnyTagClassName
{
color: #8652DC;
}
</style>
background-color css
<style>
a { background-color: #8652DC; }
a { background-color: rgb(134,82,220); }
div.DivClassName
{
background-color: #8652DC;
}
.BgClassName
{
background-color: #8652DC;
}
</style>
border-color css
<style>
span { border-color: #8652DC; }
span { border-color: rgb(134,82,220); }
td.TdClassName
{
border-color: #8652DC;
}
.TagClassName
{
border-color: #8652DC;
}
</style>