Shades of Medium Purple #8662DF
Tints of Medium Purple #8662DF
RGB
CMYK
RGB Variations
Color information
#8662DF (or 0x8662DF) is known color: Medium Purple. HEX triplet: 86, 62 and DF. RGB value is (134,98,223). Sum of RGB (Red+Green+Blue) = 134+98+223=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #8662DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8662DF is #799D20. Grayscale: #7A7A7A. Windows color (decimal): -7970081 or 14639750. OLE color: 14639750.
HSL color Cylindrical-coordinate representation of color #8662DF: hue angle of 257.28º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8662DF is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 98 | 223 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.13 |
| HSL | 257.28º | 0.66% | 0.63% | - |
| HSV(B) | 257.28º | 0.56% | 0.87% | - |
| XYZ | 27.52 | 19.13 | 72.05 | - |
| YUV | 123.01 | 184.43 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 223 | 0.40 | 0.56 | 0 | 0.13 | 257.28 | 0.66 | 0.63 |
| Hex | 86 | 62 | DF | 28 | 38 | 0 | D | 101 | 42 | 3F |
| Octal | 206 | 142 | 337 | 50 | 70 | 0 | 15 | 401 | 102 | 77 |
| Binary | 10000110 | 1100010 | 11011111 | 101000 | 111000 | 0 | 1101 | 100000001 | 1000010 | 111111 |
Color Harmonies of #8662DF
Complementary color
Monochromatic Colors of #8662DF
Black with #8662DF
Text Example
Text Example
White with #8662DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8662DF; }
p { color: rgb(134,98,223); }
H1.HeaderClassName
{
color: #8662DF;
}
.AnyTagClassName
{
color: #8662DF;
}
</style>
background-color css
<style>
a { background-color: #8662DF; }
a { background-color: rgb(134,98,223); }
div.DivClassName
{
background-color: #8662DF;
}
.BgClassName
{
background-color: #8662DF;
}
</style>
border-color css
<style>
span { border-color: #8662DF; }
span { border-color: rgb(134,98,223); }
td.TdClassName
{
border-color: #8662DF;
}
.TagClassName
{
border-color: #8662DF;
}
</style>