Shades of Medium Purple #9F8BEC
Tints of Medium Purple #9F8BEC
RGB
CMYK
RGB Variations
Color information
#9F8BEC (or 0x9F8BEC) is known color: Medium Purple. HEX triplet: 9F, 8B and EC. RGB value is (159,139,236). Sum of RGB (Red+Green+Blue) = 159+139+236=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F8BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8BEC is #607413. Grayscale: #9B9B9B. Windows color (decimal): -6321172 or 15502239. OLE color: 15502239.
HSL color Cylindrical-coordinate representation of color #9F8BEC: hue angle of 252.37º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F8BEC is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 139 | 236 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.07 |
| HSL | 252.37º | 0.72% | 0.74% | - |
| HSV(B) | 252.37º | 0.41% | 0.93% | - |
| XYZ | 38.67 | 31.89 | 83.47 | - |
| YUV | 156.04 | 173.13 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 139 | 236 | 0.33 | 0.41 | 0 | 0.07 | 252.37 | 0.72 | 0.74 |
| Hex | 9F | 8B | EC | 21 | 29 | 0 | 7 | FC | 48 | 4A |
| Octal | 237 | 213 | 354 | 41 | 51 | 0 | 7 | 374 | 110 | 112 |
| Binary | 10011111 | 10001011 | 11101100 | 100001 | 101001 | 0 | 111 | 11111100 | 1001000 | 1001010 |
Color Harmonies of #9F8BEC
Complementary color
Monochromatic Colors of #9F8BEC
Black with #9F8BEC
Text Example
Text Example
White with #9F8BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8BEC; }
p { color: rgb(159,139,236); }
H1.HeaderClassName
{
color: #9F8BEC;
}
.AnyTagClassName
{
color: #9F8BEC;
}
</style>
background-color css
<style>
a { background-color: #9F8BEC; }
a { background-color: rgb(159,139,236); }
div.DivClassName
{
background-color: #9F8BEC;
}
.BgClassName
{
background-color: #9F8BEC;
}
</style>
border-color css
<style>
span { border-color: #9F8BEC; }
span { border-color: rgb(159,139,236); }
td.TdClassName
{
border-color: #9F8BEC;
}
.TagClassName
{
border-color: #9F8BEC;
}
</style>