Shades of Medium Purple #8F6BDF
Tints of Medium Purple #8F6BDF
RGB
CMYK
RGB Variations
Color information
#8F6BDF (or 0x8F6BDF) is known color: Medium Purple. HEX triplet: 8F, 6B and DF. RGB value is (143,107,223). Sum of RGB (Red+Green+Blue) = 143+107+223=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F6BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6BDF is #709420. Grayscale: #828282. Windows color (decimal): -7377953 or 14642063. OLE color: 14642063.
HSL color Cylindrical-coordinate representation of color #8F6BDF: hue angle of 258.62º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F6BDF is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 107 | 223 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.13 |
| HSL | 258.62º | 0.64% | 0.65% | - |
| HSV(B) | 258.62º | 0.52% | 0.87% | - |
| XYZ | 29.9 | 21.68 | 72.42 | - |
| YUV | 130.99 | 179.93 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 107 | 223 | 0.36 | 0.52 | 0 | 0.13 | 258.62 | 0.64 | 0.65 |
| Hex | 8F | 6B | DF | 24 | 34 | 0 | D | 103 | 40 | 41 |
| Octal | 217 | 153 | 337 | 44 | 64 | 0 | 15 | 403 | 100 | 101 |
| Binary | 10001111 | 1101011 | 11011111 | 100100 | 110100 | 0 | 1101 | 100000011 | 1000000 | 1000001 |
Color Harmonies of #8F6BDF
Complementary color
Monochromatic Colors of #8F6BDF
Black with #8F6BDF
Text Example
Text Example
White with #8F6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6BDF; }
p { color: rgb(143,107,223); }
H1.HeaderClassName
{
color: #8F6BDF;
}
.AnyTagClassName
{
color: #8F6BDF;
}
</style>
background-color css
<style>
a { background-color: #8F6BDF; }
a { background-color: rgb(143,107,223); }
div.DivClassName
{
background-color: #8F6BDF;
}
.BgClassName
{
background-color: #8F6BDF;
}
</style>
border-color css
<style>
span { border-color: #8F6BDF; }
span { border-color: rgb(143,107,223); }
td.TdClassName
{
border-color: #8F6BDF;
}
.TagClassName
{
border-color: #8F6BDF;
}
</style>