Shades of Medium Purple #8F5CDA
Tints of Medium Purple #8F5CDA
RGB
CMYK
RGB Variations
Color information
#8F5CDA (or 0x8F5CDA) is known color: Medium Purple. HEX triplet: 8F, 5C and DA. RGB value is (143,92,218). Sum of RGB (Red+Green+Blue) = 143+92+218=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F5CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5CDA is #70A325. Grayscale: #797979. Windows color (decimal): -7381798 or 14310543. OLE color: 14310543.
HSL color Cylindrical-coordinate representation of color #8F5CDA: hue angle of 264.29º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F5CDA is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 92 | 218 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.15 |
| HSL | 264.29º | 0.63% | 0.61% | - |
| HSV(B) | 264.29º | 0.58% | 0.85% | - |
| XYZ | 27.81 | 18.56 | 68.45 | - |
| YUV | 121.61 | 182.4 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 92 | 218 | 0.34 | 0.58 | 0 | 0.15 | 264.29 | 0.63 | 0.61 |
| Hex | 8F | 5C | DA | 22 | 3A | 0 | F | 108 | 3F | 3D |
| Octal | 217 | 134 | 332 | 42 | 72 | 0 | 17 | 410 | 77 | 75 |
| Binary | 10001111 | 1011100 | 11011010 | 100010 | 111010 | 0 | 1111 | 100001000 | 111111 | 111101 |
Color Harmonies of #8F5CDA
Complementary color
Monochromatic Colors of #8F5CDA
Black with #8F5CDA
Text Example
Text Example
White with #8F5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5CDA; }
p { color: rgb(143,92,218); }
H1.HeaderClassName
{
color: #8F5CDA;
}
.AnyTagClassName
{
color: #8F5CDA;
}
</style>
background-color css
<style>
a { background-color: #8F5CDA; }
a { background-color: rgb(143,92,218); }
div.DivClassName
{
background-color: #8F5CDA;
}
.BgClassName
{
background-color: #8F5CDA;
}
</style>
border-color css
<style>
span { border-color: #8F5CDA; }
span { border-color: rgb(143,92,218); }
td.TdClassName
{
border-color: #8F5CDA;
}
.TagClassName
{
border-color: #8F5CDA;
}
</style>