Shades of Medium Purple #8F5FDA
Tints of Medium Purple #8F5FDA
RGB
CMYK
RGB Variations
Color information
#8F5FDA (or 0x8F5FDA) is known color: Medium Purple. HEX triplet: 8F, 5F and DA. RGB value is (143,95,218). Sum of RGB (Red+Green+Blue) = 143+95+218=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F5FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5FDA is #70A025. Grayscale: #7A7A7A. Windows color (decimal): -7381030 or 14311311. OLE color: 14311311.
HSL color Cylindrical-coordinate representation of color #8F5FDA: hue angle of 263.41º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F5FDA is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 95 | 218 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.15 |
| HSL | 263.41º | 0.62% | 0.61% | - |
| HSV(B) | 263.41º | 0.56% | 0.85% | - |
| XYZ | 28.07 | 19.09 | 68.53 | - |
| YUV | 123.37 | 181.4 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 218 | 0.34 | 0.56 | 0 | 0.15 | 263.41 | 0.62 | 0.61 |
| Hex | 8F | 5F | DA | 22 | 38 | 0 | F | 107 | 3E | 3D |
| Octal | 217 | 137 | 332 | 42 | 70 | 0 | 17 | 407 | 76 | 75 |
| Binary | 10001111 | 1011111 | 11011010 | 100010 | 111000 | 0 | 1111 | 100000111 | 111110 | 111101 |
Color Harmonies of #8F5FDA
Complementary color
Monochromatic Colors of #8F5FDA
Black with #8F5FDA
Text Example
Text Example
White with #8F5FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5FDA; }
p { color: rgb(143,95,218); }
H1.HeaderClassName
{
color: #8F5FDA;
}
.AnyTagClassName
{
color: #8F5FDA;
}
</style>
background-color css
<style>
a { background-color: #8F5FDA; }
a { background-color: rgb(143,95,218); }
div.DivClassName
{
background-color: #8F5FDA;
}
.BgClassName
{
background-color: #8F5FDA;
}
</style>
border-color css
<style>
span { border-color: #8F5FDA; }
span { border-color: rgb(143,95,218); }
td.TdClassName
{
border-color: #8F5FDA;
}
.TagClassName
{
border-color: #8F5FDA;
}
</style>