Shades of Medium Purple #9B88DD
Tints of Medium Purple #9B88DD
RGB
CMYK
RGB Variations
Color information
#9B88DD (or 0x9B88DD) is known color: Medium Purple. HEX triplet: 9B, 88 and DD. RGB value is (155,136,221). Sum of RGB (Red+Green+Blue) = 155+136+221=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B88DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B88DD is #647722. Grayscale: #979797. Windows color (decimal): -6584099 or 14518427. OLE color: 14518427.
HSL color Cylindrical-coordinate representation of color #9B88DD: hue angle of 253.41º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B88DD is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 136 | 221 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.13 |
| HSL | 253.41º | 0.56% | 0.7% | - |
| HSV(B) | 253.41º | 0.38% | 0.87% | - |
| XYZ | 35.37 | 29.8 | 72.29 | - |
| YUV | 151.37 | 167.29 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 221 | 0.30 | 0.38 | 0 | 0.13 | 253.41 | 0.56 | 0.7 |
| Hex | 9B | 88 | DD | 1E | 26 | 0 | D | FD | 38 | 46 |
| Octal | 233 | 210 | 335 | 36 | 46 | 0 | 15 | 375 | 70 | 106 |
| Binary | 10011011 | 10001000 | 11011101 | 11110 | 100110 | 0 | 1101 | 11111101 | 111000 | 1000110 |
Color Harmonies of #9B88DD
Complementary color
Monochromatic Colors of #9B88DD
Black with #9B88DD
Text Example
Text Example
White with #9B88DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B88DD; }
p { color: rgb(155,136,221); }
H1.HeaderClassName
{
color: #9B88DD;
}
.AnyTagClassName
{
color: #9B88DD;
}
</style>
background-color css
<style>
a { background-color: #9B88DD; }
a { background-color: rgb(155,136,221); }
div.DivClassName
{
background-color: #9B88DD;
}
.BgClassName
{
background-color: #9B88DD;
}
</style>
border-color css
<style>
span { border-color: #9B88DD; }
span { border-color: rgb(155,136,221); }
td.TdClassName
{
border-color: #9B88DD;
}
.TagClassName
{
border-color: #9B88DD;
}
</style>