Shades of Medium Purple #9D88DB
Tints of Medium Purple #9D88DB
RGB
CMYK
RGB Variations
Color information
#9D88DB (or 0x9D88DB) is known color: Medium Purple. HEX triplet: 9D, 88 and DB. RGB value is (157,136,219). Sum of RGB (Red+Green+Blue) = 157+136+219=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D88DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D88DB is #627724. Grayscale: #979797. Windows color (decimal): -6453029 or 14387357. OLE color: 14387357.
HSL color Cylindrical-coordinate representation of color #9D88DB: hue angle of 255.18º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D88DB is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 136 | 219 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.14 |
| HSL | 255.18º | 0.54% | 0.7% | - |
| HSV(B) | 255.18º | 0.38% | 0.86% | - |
| XYZ | 35.49 | 29.89 | 70.92 | - |
| YUV | 151.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 219 | 0.28 | 0.38 | 0 | 0.14 | 255.18 | 0.54 | 0.7 |
| Hex | 9D | 88 | DB | 1C | 26 | 0 | E | FF | 36 | 46 |
| Octal | 235 | 210 | 333 | 34 | 46 | 0 | 16 | 377 | 66 | 106 |
| Binary | 10011101 | 10001000 | 11011011 | 11100 | 100110 | 0 | 1110 | 11111111 | 110110 | 1000110 |
Color Harmonies of #9D88DB
Complementary color
Monochromatic Colors of #9D88DB
Black with #9D88DB
Text Example
Text Example
White with #9D88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D88DB; }
p { color: rgb(157,136,219); }
H1.HeaderClassName
{
color: #9D88DB;
}
.AnyTagClassName
{
color: #9D88DB;
}
</style>
background-color css
<style>
a { background-color: #9D88DB; }
a { background-color: rgb(157,136,219); }
div.DivClassName
{
background-color: #9D88DB;
}
.BgClassName
{
background-color: #9D88DB;
}
</style>
border-color css
<style>
span { border-color: #9D88DB; }
span { border-color: rgb(157,136,219); }
td.TdClassName
{
border-color: #9D88DB;
}
.TagClassName
{
border-color: #9D88DB;
}
</style>