Shades of Medium Purple #8F64DF
Tints of Medium Purple #8F64DF
RGB
CMYK
RGB Variations
Color information
#8F64DF (or 0x8F64DF) is known color: Medium Purple. HEX triplet: 8F, 64 and DF. RGB value is (143,100,223). Sum of RGB (Red+Green+Blue) = 143+100+223=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F64DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F64DF is #709B20. Grayscale: #7E7E7E. Windows color (decimal): -7379745 or 14640271. OLE color: 14640271.
HSL color Cylindrical-coordinate representation of color #8F64DF: hue angle of 260.98º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F64DF is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 100 | 223 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.13 |
| HSL | 260.98º | 0.66% | 0.63% | - |
| HSV(B) | 260.98º | 0.55% | 0.87% | - |
| XYZ | 29.2 | 20.28 | 72.19 | - |
| YUV | 126.88 | 182.25 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 223 | 0.36 | 0.55 | 0 | 0.13 | 260.98 | 0.66 | 0.63 |
| Hex | 8F | 64 | DF | 24 | 37 | 0 | D | 105 | 42 | 3F |
| Octal | 217 | 144 | 337 | 44 | 67 | 0 | 15 | 405 | 102 | 77 |
| Binary | 10001111 | 1100100 | 11011111 | 100100 | 110111 | 0 | 1101 | 100000101 | 1000010 | 111111 |
Color Harmonies of #8F64DF
Complementary color
Monochromatic Colors of #8F64DF
Black with #8F64DF
Text Example
Text Example
White with #8F64DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F64DF; }
p { color: rgb(143,100,223); }
H1.HeaderClassName
{
color: #8F64DF;
}
.AnyTagClassName
{
color: #8F64DF;
}
</style>
background-color css
<style>
a { background-color: #8F64DF; }
a { background-color: rgb(143,100,223); }
div.DivClassName
{
background-color: #8F64DF;
}
.BgClassName
{
background-color: #8F64DF;
}
</style>
border-color css
<style>
span { border-color: #8F64DF; }
span { border-color: rgb(143,100,223); }
td.TdClassName
{
border-color: #8F64DF;
}
.TagClassName
{
border-color: #8F64DF;
}
</style>