Shades of Medium Purple #8F5FDD
Tints of Medium Purple #8F5FDD
RGB
CMYK
RGB Variations
Color information
#8F5FDD (or 0x8F5FDD) is known color: Medium Purple. HEX triplet: 8F, 5F and DD. RGB value is (143,95,221). Sum of RGB (Red+Green+Blue) = 143+95+221=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F5FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5FDD is #70A022. Grayscale: #7B7B7B. Windows color (decimal): -7381027 or 14507919. OLE color: 14507919.
HSL color Cylindrical-coordinate representation of color #8F5FDD: hue angle of 262.86º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F5FDD is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 95 | 221 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.13 |
| HSL | 262.86º | 0.65% | 0.62% | - |
| HSV(B) | 262.86º | 0.57% | 0.87% | - |
| XYZ | 28.47 | 19.24 | 70.62 | - |
| YUV | 123.72 | 182.9 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 221 | 0.35 | 0.57 | 0 | 0.13 | 262.86 | 0.65 | 0.62 |
| Hex | 8F | 5F | DD | 23 | 39 | 0 | D | 107 | 41 | 3E |
| Octal | 217 | 137 | 335 | 43 | 71 | 0 | 15 | 407 | 101 | 76 |
| Binary | 10001111 | 1011111 | 11011101 | 100011 | 111001 | 0 | 1101 | 100000111 | 1000001 | 111110 |
Color Harmonies of #8F5FDD
Complementary color
Monochromatic Colors of #8F5FDD
Black with #8F5FDD
Text Example
Text Example
White with #8F5FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5FDD; }
p { color: rgb(143,95,221); }
H1.HeaderClassName
{
color: #8F5FDD;
}
.AnyTagClassName
{
color: #8F5FDD;
}
</style>
background-color css
<style>
a { background-color: #8F5FDD; }
a { background-color: rgb(143,95,221); }
div.DivClassName
{
background-color: #8F5FDD;
}
.BgClassName
{
background-color: #8F5FDD;
}
</style>
border-color css
<style>
span { border-color: #8F5FDD; }
span { border-color: rgb(143,95,221); }
td.TdClassName
{
border-color: #8F5FDD;
}
.TagClassName
{
border-color: #8F5FDD;
}
</style>