Shades of Medium Purple #9F88E8
Tints of Medium Purple #9F88E8
RGB
CMYK
RGB Variations
Color information
#9F88E8 (or 0x9F88E8) is known color: Medium Purple. HEX triplet: 9F, 88 and E8. RGB value is (159,136,232). Sum of RGB (Red+Green+Blue) = 159+136+232=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #9F88E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F88E8 is #607717. Grayscale: #999999. Windows color (decimal): -6321944 or 15239327. OLE color: 15239327.
HSL color Cylindrical-coordinate representation of color #9F88E8: hue angle of 254.38º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F88E8 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 136 | 232 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.09 |
| HSL | 254.38º | 0.68% | 0.72% | - |
| HSV(B) | 254.38º | 0.41% | 0.91% | - |
| XYZ | 37.67 | 30.81 | 80.3 | - |
| YUV | 153.82 | 172.12 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 232 | 0.31 | 0.41 | 0 | 0.09 | 254.38 | 0.68 | 0.72 |
| Hex | 9F | 88 | E8 | 1F | 29 | 0 | 9 | FE | 44 | 48 |
| Octal | 237 | 210 | 350 | 37 | 51 | 0 | 11 | 376 | 104 | 110 |
| Binary | 10011111 | 10001000 | 11101000 | 11111 | 101001 | 0 | 1001 | 11111110 | 1000100 | 1001000 |
Color Harmonies of #9F88E8
Complementary color
Monochromatic Colors of #9F88E8
Black with #9F88E8
Text Example
Text Example
White with #9F88E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F88E8; }
p { color: rgb(159,136,232); }
H1.HeaderClassName
{
color: #9F88E8;
}
.AnyTagClassName
{
color: #9F88E8;
}
</style>
background-color css
<style>
a { background-color: #9F88E8; }
a { background-color: rgb(159,136,232); }
div.DivClassName
{
background-color: #9F88E8;
}
.BgClassName
{
background-color: #9F88E8;
}
</style>
border-color css
<style>
span { border-color: #9F88E8; }
span { border-color: rgb(159,136,232); }
td.TdClassName
{
border-color: #9F88E8;
}
.TagClassName
{
border-color: #9F88E8;
}
</style>