Shades of Medium Purple #8653DC
Tints of Medium Purple #8653DC
RGB
CMYK
RGB Variations
Color information
#8653DC (or 0x8653DC) is known color: Medium Purple. HEX triplet: 86, 53 and DC. RGB value is (134,83,220). Sum of RGB (Red+Green+Blue) = 134+83+220=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #8653DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8653DC is #79AC23. Grayscale: #717171. Windows color (decimal): -7973924 or 14439302. OLE color: 14439302.
HSL color Cylindrical-coordinate representation of color #8653DC: hue angle of 262.34º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8653DC is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 83 | 220 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.14 |
| HSL | 262.34º | 0.66% | 0.59% | - |
| HSV(B) | 262.34º | 0.62% | 0.86% | - |
| XYZ | 25.84 | 16.42 | 69.52 | - |
| YUV | 113.87 | 187.9 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 220 | 0.39 | 0.62 | 0 | 0.14 | 262.34 | 0.66 | 0.59 |
| Hex | 86 | 53 | DC | 27 | 3E | 0 | E | 106 | 42 | 3B |
| Octal | 206 | 123 | 334 | 47 | 76 | 0 | 16 | 406 | 102 | 73 |
| Binary | 10000110 | 1010011 | 11011100 | 100111 | 111110 | 0 | 1110 | 100000110 | 1000010 | 111011 |
Color Harmonies of #8653DC
Complementary color
Monochromatic Colors of #8653DC
Black with #8653DC
Text Example
Text Example
White with #8653DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8653DC; }
p { color: rgb(134,83,220); }
H1.HeaderClassName
{
color: #8653DC;
}
.AnyTagClassName
{
color: #8653DC;
}
</style>
background-color css
<style>
a { background-color: #8653DC; }
a { background-color: rgb(134,83,220); }
div.DivClassName
{
background-color: #8653DC;
}
.BgClassName
{
background-color: #8653DC;
}
</style>
border-color css
<style>
span { border-color: #8653DC; }
span { border-color: rgb(134,83,220); }
td.TdClassName
{
border-color: #8653DC;
}
.TagClassName
{
border-color: #8653DC;
}
</style>