Shades of Medium Purple #8F7BDA
Tints of Medium Purple #8F7BDA
RGB
CMYK
RGB Variations
Color information
#8F7BDA (or 0x8F7BDA) is known color: Medium Purple. HEX triplet: 8F, 7B and DA. RGB value is (143,123,218). Sum of RGB (Red+Green+Blue) = 143+123+218=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BDA is #708425. Grayscale: #8B8B8B. Windows color (decimal): -7373862 or 14318479. OLE color: 14318479.
HSL color Cylindrical-coordinate representation of color #8F7BDA: hue angle of 252.63º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F7BDA is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 123 | 218 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.15 |
| HSL | 252.63º | 0.56% | 0.67% | - |
| HSV(B) | 252.63º | 0.44% | 0.85% | - |
| XYZ | 31.07 | 25.07 | 69.53 | - |
| YUV | 139.81 | 172.13 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 218 | 0.34 | 0.44 | 0 | 0.15 | 252.63 | 0.56 | 0.67 |
| Hex | 8F | 7B | DA | 22 | 2C | 0 | F | FD | 38 | 43 |
| Octal | 217 | 173 | 332 | 42 | 54 | 0 | 17 | 375 | 70 | 103 |
| Binary | 10001111 | 1111011 | 11011010 | 100010 | 101100 | 0 | 1111 | 11111101 | 111000 | 1000011 |
Color Harmonies of #8F7BDA
Complementary color
Monochromatic Colors of #8F7BDA
Black with #8F7BDA
Text Example
Text Example
White with #8F7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7BDA; }
p { color: rgb(143,123,218); }
H1.HeaderClassName
{
color: #8F7BDA;
}
.AnyTagClassName
{
color: #8F7BDA;
}
</style>
background-color css
<style>
a { background-color: #8F7BDA; }
a { background-color: rgb(143,123,218); }
div.DivClassName
{
background-color: #8F7BDA;
}
.BgClassName
{
background-color: #8F7BDA;
}
</style>
border-color css
<style>
span { border-color: #8F7BDA; }
span { border-color: rgb(143,123,218); }
td.TdClassName
{
border-color: #8F7BDA;
}
.TagClassName
{
border-color: #8F7BDA;
}
</style>