Shades of Medium Purple #8F64DC
Tints of Medium Purple #8F64DC
RGB
CMYK
RGB Variations
Color information
#8F64DC (or 0x8F64DC) is known color: Medium Purple. HEX triplet: 8F, 64 and DC. RGB value is (143,100,220). Sum of RGB (Red+Green+Blue) = 143+100+220=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F64DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F64DC is #709B23. Grayscale: #7E7E7E. Windows color (decimal): -7379748 or 14443663. OLE color: 14443663.
HSL color Cylindrical-coordinate representation of color #8F64DC: hue angle of 261.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F64DC is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 100 | 220 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.14 |
| HSL | 261.5º | 0.63% | 0.63% | - |
| HSV(B) | 261.5º | 0.55% | 0.86% | - |
| XYZ | 28.8 | 20.12 | 70.08 | - |
| YUV | 126.54 | 180.75 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 220 | 0.35 | 0.55 | 0 | 0.14 | 261.5 | 0.63 | 0.63 |
| Hex | 8F | 64 | DC | 23 | 37 | 0 | E | 106 | 3F | 3F |
| Octal | 217 | 144 | 334 | 43 | 67 | 0 | 16 | 406 | 77 | 77 |
| Binary | 10001111 | 1100100 | 11011100 | 100011 | 110111 | 0 | 1110 | 100000110 | 111111 | 111111 |
Color Harmonies of #8F64DC
Complementary color
Monochromatic Colors of #8F64DC
Black with #8F64DC
Text Example
Text Example
White with #8F64DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F64DC; }
p { color: rgb(143,100,220); }
H1.HeaderClassName
{
color: #8F64DC;
}
.AnyTagClassName
{
color: #8F64DC;
}
</style>
background-color css
<style>
a { background-color: #8F64DC; }
a { background-color: rgb(143,100,220); }
div.DivClassName
{
background-color: #8F64DC;
}
.BgClassName
{
background-color: #8F64DC;
}
</style>
border-color css
<style>
span { border-color: #8F64DC; }
span { border-color: rgb(143,100,220); }
td.TdClassName
{
border-color: #8F64DC;
}
.TagClassName
{
border-color: #8F64DC;
}
</style>