Shades of Medium Purple #9788DB
Tints of Medium Purple #9788DB
RGB
CMYK
RGB Variations
Color information
#9788DB (or 0x9788DB) is known color: Medium Purple. HEX triplet: 97, 88 and DB. RGB value is (151,136,219). Sum of RGB (Red+Green+Blue) = 151+136+219=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #9788DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9788DB is #687724. Grayscale: #959595. Windows color (decimal): -6846245 or 14387351. OLE color: 14387351.
HSL color Cylindrical-coordinate representation of color #9788DB: hue angle of 250.84º 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 #9788DB is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 136 | 219 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.14 |
| HSL | 250.84º | 0.54% | 0.7% | - |
| HSV(B) | 250.84º | 0.38% | 0.86% | - |
| XYZ | 34.35 | 29.3 | 70.86 | - |
| YUV | 149.95 | 166.97 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 219 | 0.31 | 0.38 | 0 | 0.14 | 250.84 | 0.54 | 0.7 |
| Hex | 97 | 88 | DB | 1F | 26 | 0 | E | FB | 36 | 46 |
| Octal | 227 | 210 | 333 | 37 | 46 | 0 | 16 | 373 | 66 | 106 |
| Binary | 10010111 | 10001000 | 11011011 | 11111 | 100110 | 0 | 1110 | 11111011 | 110110 | 1000110 |
Color Harmonies of #9788DB
Complementary color
Monochromatic Colors of #9788DB
Black with #9788DB
Text Example
Text Example
White with #9788DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9788DB; }
p { color: rgb(151,136,219); }
H1.HeaderClassName
{
color: #9788DB;
}
.AnyTagClassName
{
color: #9788DB;
}
</style>
background-color css
<style>
a { background-color: #9788DB; }
a { background-color: rgb(151,136,219); }
div.DivClassName
{
background-color: #9788DB;
}
.BgClassName
{
background-color: #9788DB;
}
</style>
border-color css
<style>
span { border-color: #9788DB; }
span { border-color: rgb(151,136,219); }
td.TdClassName
{
border-color: #9788DB;
}
.TagClassName
{
border-color: #9788DB;
}
</style>