Shades of Medium Purple #9E85D8
Tints of Medium Purple #9E85D8
RGB
CMYK
RGB Variations
Color information
#9E85D8 (or 0x9E85D8) is known color: Medium Purple. HEX triplet: 9E, 85 and D8. RGB value is (158,133,216). Sum of RGB (Red+Green+Blue) = 158+133+216=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #9E85D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E85D8 is #617A27. Grayscale: #959595. Windows color (decimal): -6388264 or 14189982. OLE color: 14189982.
HSL color Cylindrical-coordinate representation of color #9E85D8: hue angle of 258.07º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E85D8 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 133 | 216 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.15 |
| HSL | 258.07º | 0.52% | 0.68% | - |
| HSV(B) | 258.07º | 0.38% | 0.85% | - |
| XYZ | 34.88 | 29 | 68.73 | - |
| YUV | 149.94 | 165.28 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 216 | 0.27 | 0.38 | 0 | 0.15 | 258.07 | 0.52 | 0.68 |
| Hex | 9E | 85 | D8 | 1B | 26 | 0 | F | 102 | 34 | 44 |
| Octal | 236 | 205 | 330 | 33 | 46 | 0 | 17 | 402 | 64 | 104 |
| Binary | 10011110 | 10000101 | 11011000 | 11011 | 100110 | 0 | 1111 | 100000010 | 110100 | 1000100 |
Color Harmonies of #9E85D8
Complementary color
Monochromatic Colors of #9E85D8
Black with #9E85D8
Text Example
Text Example
White with #9E85D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E85D8; }
p { color: rgb(158,133,216); }
H1.HeaderClassName
{
color: #9E85D8;
}
.AnyTagClassName
{
color: #9E85D8;
}
</style>
background-color css
<style>
a { background-color: #9E85D8; }
a { background-color: rgb(158,133,216); }
div.DivClassName
{
background-color: #9E85D8;
}
.BgClassName
{
background-color: #9E85D8;
}
</style>
border-color css
<style>
span { border-color: #9E85D8; }
span { border-color: rgb(158,133,216); }
td.TdClassName
{
border-color: #9E85D8;
}
.TagClassName
{
border-color: #9E85D8;
}
</style>