Shades of Medium Purple #9D86F1
Tints of Medium Purple #9D86F1
RGB
CMYK
RGB Variations
Color information
#9D86F1 (or 0x9D86F1) is known color: Medium Purple. HEX triplet: 9D, 86 and F1. RGB value is (157,134,241). Sum of RGB (Red+Green+Blue) = 157+134+241=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #9D86F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D86F1 is #62790E. Grayscale: #989898. Windows color (decimal): -6453519 or 15828637. OLE color: 15828637.
HSL color Cylindrical-coordinate representation of color #9D86F1: hue angle of 252.9º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D86F1 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 134 | 241 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.05 |
| HSL | 252.9º | 0.79% | 0.74% | - |
| HSV(B) | 252.9º | 0.44% | 0.95% | - |
| XYZ | 38.31 | 30.57 | 87.1 | - |
| YUV | 153.08 | 177.62 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 134 | 241 | 0.35 | 0.44 | 0 | 0.05 | 252.9 | 0.79 | 0.74 |
| Hex | 9D | 86 | F1 | 23 | 2C | 0 | 5 | FD | 4F | 4A |
| Octal | 235 | 206 | 361 | 43 | 54 | 0 | 5 | 375 | 117 | 112 |
| Binary | 10011101 | 10000110 | 11110001 | 100011 | 101100 | 0 | 101 | 11111101 | 1001111 | 1001010 |
Color Harmonies of #9D86F1
Complementary color
Monochromatic Colors of #9D86F1
Black with #9D86F1
Text Example
Text Example
White with #9D86F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D86F1; }
p { color: rgb(157,134,241); }
H1.HeaderClassName
{
color: #9D86F1;
}
.AnyTagClassName
{
color: #9D86F1;
}
</style>
background-color css
<style>
a { background-color: #9D86F1; }
a { background-color: rgb(157,134,241); }
div.DivClassName
{
background-color: #9D86F1;
}
.BgClassName
{
background-color: #9D86F1;
}
</style>
border-color css
<style>
span { border-color: #9D86F1; }
span { border-color: rgb(157,134,241); }
td.TdClassName
{
border-color: #9D86F1;
}
.TagClassName
{
border-color: #9D86F1;
}
</style>