Shades of Medium Purple #865CDD
Tints of Medium Purple #865CDD
RGB
CMYK
RGB Variations
Color information
#865CDD (or 0x865CDD) is known color: Medium Purple. HEX triplet: 86, 5C and DD. RGB value is (134,92,221). Sum of RGB (Red+Green+Blue) = 134+92+221=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #865CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CDD is #79A322. Grayscale: #767676. Windows color (decimal): -7971619 or 14507142. OLE color: 14507142.
HSL color Cylindrical-coordinate representation of color #865CDD: hue angle of 259.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #865CDD is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 92 | 221 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.13 |
| HSL | 259.53º | 0.65% | 0.61% | - |
| HSV(B) | 259.53º | 0.58% | 0.87% | - |
| XYZ | 26.71 | 17.94 | 70.46 | - |
| YUV | 119.26 | 185.41 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 221 | 0.39 | 0.58 | 0 | 0.13 | 259.53 | 0.65 | 0.61 |
| Hex | 86 | 5C | DD | 27 | 3A | 0 | D | 104 | 41 | 3D |
| Octal | 206 | 134 | 335 | 47 | 72 | 0 | 15 | 404 | 101 | 75 |
| Binary | 10000110 | 1011100 | 11011101 | 100111 | 111010 | 0 | 1101 | 100000100 | 1000001 | 111101 |
Color Harmonies of #865CDD
Complementary color
Monochromatic Colors of #865CDD
Black with #865CDD
Text Example
Text Example
White with #865CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865CDD; }
p { color: rgb(134,92,221); }
H1.HeaderClassName
{
color: #865CDD;
}
.AnyTagClassName
{
color: #865CDD;
}
</style>
background-color css
<style>
a { background-color: #865CDD; }
a { background-color: rgb(134,92,221); }
div.DivClassName
{
background-color: #865CDD;
}
.BgClassName
{
background-color: #865CDD;
}
</style>
border-color css
<style>
span { border-color: #865CDD; }
span { border-color: rgb(134,92,221); }
td.TdClassName
{
border-color: #865CDD;
}
.TagClassName
{
border-color: #865CDD;
}
</style>