Shades of Medium Purple #8F7BDD
Tints of Medium Purple #8F7BDD
RGB
CMYK
RGB Variations
Color information
#8F7BDD (or 0x8F7BDD) is known color: Medium Purple. HEX triplet: 8F, 7B and DD. RGB value is (143,123,221). Sum of RGB (Red+Green+Blue) = 143+123+221=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F7BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BDD is #708422. Grayscale: #8B8B8B. Windows color (decimal): -7373859 or 14515087. OLE color: 14515087.
HSL color Cylindrical-coordinate representation of color #8F7BDD: hue angle of 252.24º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F7BDD is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 123 | 221 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.13 |
| HSL | 252.24º | 0.59% | 0.67% | - |
| HSV(B) | 252.24º | 0.44% | 0.87% | - |
| XYZ | 31.46 | 25.23 | 71.62 | - |
| YUV | 140.15 | 173.63 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 221 | 0.35 | 0.44 | 0 | 0.13 | 252.24 | 0.59 | 0.67 |
| Hex | 8F | 7B | DD | 23 | 2C | 0 | D | FC | 3B | 43 |
| Octal | 217 | 173 | 335 | 43 | 54 | 0 | 15 | 374 | 73 | 103 |
| Binary | 10001111 | 1111011 | 11011101 | 100011 | 101100 | 0 | 1101 | 11111100 | 111011 | 1000011 |
Color Harmonies of #8F7BDD
Complementary color
Monochromatic Colors of #8F7BDD
Black with #8F7BDD
Text Example
Text Example
White with #8F7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7BDD; }
p { color: rgb(143,123,221); }
H1.HeaderClassName
{
color: #8F7BDD;
}
.AnyTagClassName
{
color: #8F7BDD;
}
</style>
background-color css
<style>
a { background-color: #8F7BDD; }
a { background-color: rgb(143,123,221); }
div.DivClassName
{
background-color: #8F7BDD;
}
.BgClassName
{
background-color: #8F7BDD;
}
</style>
border-color css
<style>
span { border-color: #8F7BDD; }
span { border-color: rgb(143,123,221); }
td.TdClassName
{
border-color: #8F7BDD;
}
.TagClassName
{
border-color: #8F7BDD;
}
</style>