Shades of Medium Purple #8663E0
Tints of Medium Purple #8663E0
RGB
CMYK
RGB Variations
Color information
#8663E0 (or 0x8663E0) is known color: Medium Purple. HEX triplet: 86, 63 and E0. RGB value is (134,99,224). Sum of RGB (Red+Green+Blue) = 134+99+224=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #8663E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8663E0 is #799C1F. Grayscale: #7B7B7B. Windows color (decimal): -7969824 or 14705542. OLE color: 14705542.
HSL color Cylindrical-coordinate representation of color #8663E0: hue angle of 256.8º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8663E0 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 99 | 224 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.12 |
| HSL | 256.8º | 0.67% | 0.63% | - |
| HSV(B) | 256.8º | 0.56% | 0.88% | - |
| XYZ | 27.75 | 19.37 | 72.8 | - |
| YUV | 123.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 224 | 0.40 | 0.56 | 0 | 0.12 | 256.8 | 0.67 | 0.63 |
| Hex | 86 | 63 | E0 | 28 | 38 | 0 | C | 101 | 43 | 3F |
| Octal | 206 | 143 | 340 | 50 | 70 | 0 | 14 | 401 | 103 | 77 |
| Binary | 10000110 | 1100011 | 11100000 | 101000 | 111000 | 0 | 1100 | 100000001 | 1000011 | 111111 |
Color Harmonies of #8663E0
Complementary color
Monochromatic Colors of #8663E0
Black with #8663E0
Text Example
Text Example
White with #8663E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8663E0; }
p { color: rgb(134,99,224); }
H1.HeaderClassName
{
color: #8663E0;
}
.AnyTagClassName
{
color: #8663E0;
}
</style>
background-color css
<style>
a { background-color: #8663E0; }
a { background-color: rgb(134,99,224); }
div.DivClassName
{
background-color: #8663E0;
}
.BgClassName
{
background-color: #8663E0;
}
</style>
border-color css
<style>
span { border-color: #8663E0; }
span { border-color: rgb(134,99,224); }
td.TdClassName
{
border-color: #8663E0;
}
.TagClassName
{
border-color: #8663E0;
}
</style>