Shades of Medium Purple #9D88EA
Tints of Medium Purple #9D88EA
RGB
CMYK
RGB Variations
Color information
#9D88EA (or 0x9D88EA) is known color: Medium Purple. HEX triplet: 9D, 88 and EA. RGB value is (157,136,234). Sum of RGB (Red+Green+Blue) = 157+136+234=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D88EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D88EA is #627715. Grayscale: #999999. Windows color (decimal): -6453014 or 15370397. OLE color: 15370397.
HSL color Cylindrical-coordinate representation of color #9D88EA: hue angle of 252.86º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D88EA is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 136 | 234 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.08 |
| HSL | 252.86º | 0.7% | 0.73% | - |
| HSV(B) | 252.86º | 0.42% | 0.92% | - |
| XYZ | 37.56 | 30.72 | 81.79 | - |
| YUV | 153.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 234 | 0.33 | 0.42 | 0 | 0.08 | 252.86 | 0.7 | 0.73 |
| Hex | 9D | 88 | EA | 21 | 2A | 0 | 8 | FD | 46 | 49 |
| Octal | 235 | 210 | 352 | 41 | 52 | 0 | 10 | 375 | 106 | 111 |
| Binary | 10011101 | 10001000 | 11101010 | 100001 | 101010 | 0 | 1000 | 11111101 | 1000110 | 1001001 |
Color Harmonies of #9D88EA
Complementary color
Monochromatic Colors of #9D88EA
Black with #9D88EA
Text Example
Text Example
White with #9D88EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D88EA; }
p { color: rgb(157,136,234); }
H1.HeaderClassName
{
color: #9D88EA;
}
.AnyTagClassName
{
color: #9D88EA;
}
</style>
background-color css
<style>
a { background-color: #9D88EA; }
a { background-color: rgb(157,136,234); }
div.DivClassName
{
background-color: #9D88EA;
}
.BgClassName
{
background-color: #9D88EA;
}
</style>
border-color css
<style>
span { border-color: #9D88EA; }
span { border-color: rgb(157,136,234); }
td.TdClassName
{
border-color: #9D88EA;
}
.TagClassName
{
border-color: #9D88EA;
}
</style>