Shades of Medium Purple #8F6BED
Tints of Medium Purple #8F6BED
RGB
CMYK
RGB Variations
Color information
#8F6BED (or 0x8F6BED) is known color: Medium Purple. HEX triplet: 8F, 6B and ED. RGB value is (143,107,237). Sum of RGB (Red+Green+Blue) = 143+107+237=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F6BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6BED is #709412. Grayscale: #848484. Windows color (decimal): -7377939 or 15559567. OLE color: 15559567.
HSL color Cylindrical-coordinate representation of color #8F6BED: hue angle of 256.62º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F6BED is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 107 | 237 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.07 |
| HSL | 256.62º | 0.78% | 0.67% | - |
| HSV(B) | 256.62º | 0.55% | 0.93% | - |
| XYZ | 31.87 | 22.47 | 82.78 | - |
| YUV | 132.58 | 186.93 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 107 | 237 | 0.40 | 0.55 | 0 | 0.07 | 256.62 | 0.78 | 0.67 |
| Hex | 8F | 6B | ED | 28 | 37 | 0 | 7 | 101 | 4E | 43 |
| Octal | 217 | 153 | 355 | 50 | 67 | 0 | 7 | 401 | 116 | 103 |
| Binary | 10001111 | 1101011 | 11101101 | 101000 | 110111 | 0 | 111 | 100000001 | 1001110 | 1000011 |
Color Harmonies of #8F6BED
Complementary color
Monochromatic Colors of #8F6BED
Black with #8F6BED
Text Example
Text Example
White with #8F6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6BED; }
p { color: rgb(143,107,237); }
H1.HeaderClassName
{
color: #8F6BED;
}
.AnyTagClassName
{
color: #8F6BED;
}
</style>
background-color css
<style>
a { background-color: #8F6BED; }
a { background-color: rgb(143,107,237); }
div.DivClassName
{
background-color: #8F6BED;
}
.BgClassName
{
background-color: #8F6BED;
}
</style>
border-color css
<style>
span { border-color: #8F6BED; }
span { border-color: rgb(143,107,237); }
td.TdClassName
{
border-color: #8F6BED;
}
.TagClassName
{
border-color: #8F6BED;
}
</style>