Shades of Medium Purple #8F6CE1
Tints of Medium Purple #8F6CE1
RGB
CMYK
RGB Variations
Color information
#8F6CE1 (or 0x8F6CE1) is known color: Medium Purple. HEX triplet: 8F, 6C and E1. RGB value is (143,108,225). Sum of RGB (Red+Green+Blue) = 143+108+225=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #8F6CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6CE1 is #70931E. Grayscale: #838383. Windows color (decimal): -7377695 or 14773391. OLE color: 14773391.
HSL color Cylindrical-coordinate representation of color #8F6CE1: hue angle of 257.95º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F6CE1 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 108 | 225 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.12 |
| HSL | 257.95º | 0.66% | 0.65% | - |
| HSV(B) | 257.95º | 0.52% | 0.88% | - |
| XYZ | 30.28 | 22 | 73.88 | - |
| YUV | 131.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 108 | 225 | 0.36 | 0.52 | 0 | 0.12 | 257.95 | 0.66 | 0.65 |
| Hex | 8F | 6C | E1 | 24 | 34 | 0 | C | 102 | 42 | 41 |
| Octal | 217 | 154 | 341 | 44 | 64 | 0 | 14 | 402 | 102 | 101 |
| Binary | 10001111 | 1101100 | 11100001 | 100100 | 110100 | 0 | 1100 | 100000010 | 1000010 | 1000001 |
Color Harmonies of #8F6CE1
Complementary color
Monochromatic Colors of #8F6CE1
Black with #8F6CE1
Text Example
Text Example
White with #8F6CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6CE1; }
p { color: rgb(143,108,225); }
H1.HeaderClassName
{
color: #8F6CE1;
}
.AnyTagClassName
{
color: #8F6CE1;
}
</style>
background-color css
<style>
a { background-color: #8F6CE1; }
a { background-color: rgb(143,108,225); }
div.DivClassName
{
background-color: #8F6CE1;
}
.BgClassName
{
background-color: #8F6CE1;
}
</style>
border-color css
<style>
span { border-color: #8F6CE1; }
span { border-color: rgb(143,108,225); }
td.TdClassName
{
border-color: #8F6CE1;
}
.TagClassName
{
border-color: #8F6CE1;
}
</style>