Shades of Medium Purple #9988D7
Tints of Medium Purple #9988D7
RGB
CMYK
RGB Variations
Color information
#9988D7 (or 0x9988D7) is known color: Medium Purple. HEX triplet: 99, 88 and D7. RGB value is (153,136,215). Sum of RGB (Red+Green+Blue) = 153+136+215=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #9988D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9988D7 is #667728. Grayscale: #959595. Windows color (decimal): -6715177 or 14125209. OLE color: 14125209.
HSL color Cylindrical-coordinate representation of color #9988D7: hue angle of 252.91º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9988D7 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 136 | 215 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.16 |
| HSL | 252.91º | 0.5% | 0.69% | - |
| HSV(B) | 252.91º | 0.37% | 0.84% | - |
| XYZ | 34.21 | 29.29 | 68.14 | - |
| YUV | 150.09 | 164.63 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 215 | 0.29 | 0.37 | 0 | 0.16 | 252.91 | 0.5 | 0.69 |
| Hex | 99 | 88 | D7 | 1D | 25 | 0 | 10 | FD | 32 | 45 |
| Octal | 231 | 210 | 327 | 35 | 45 | 0 | 20 | 375 | 62 | 105 |
| Binary | 10011001 | 10001000 | 11010111 | 11101 | 100101 | 0 | 10000 | 11111101 | 110010 | 1000101 |
Color Harmonies of #9988D7
Complementary color
Monochromatic Colors of #9988D7
Black with #9988D7
Text Example
Text Example
White with #9988D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9988D7; }
p { color: rgb(153,136,215); }
H1.HeaderClassName
{
color: #9988D7;
}
.AnyTagClassName
{
color: #9988D7;
}
</style>
background-color css
<style>
a { background-color: #9988D7; }
a { background-color: rgb(153,136,215); }
div.DivClassName
{
background-color: #9988D7;
}
.BgClassName
{
background-color: #9988D7;
}
</style>
border-color css
<style>
span { border-color: #9988D7; }
span { border-color: rgb(153,136,215); }
td.TdClassName
{
border-color: #9988D7;
}
.TagClassName
{
border-color: #9988D7;
}
</style>