Shades of Medium Purple #9885DB
Tints of Medium Purple #9885DB
RGB
CMYK
RGB Variations
Color information
#9885DB (or 0x9885DB) is known color: Medium Purple. HEX triplet: 98, 85 and DB. RGB value is (152,133,219). Sum of RGB (Red+Green+Blue) = 152+133+219=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #9885DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885DB is #677A24. Grayscale: #949494. Windows color (decimal): -6781477 or 14386584. OLE color: 14386584.
HSL color Cylindrical-coordinate representation of color #9885DB: hue angle of 253.26º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9885DB is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 133 | 219 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.14 |
| HSL | 253.26º | 0.54% | 0.69% | - |
| HSV(B) | 253.26º | 0.39% | 0.86% | - |
| XYZ | 34.12 | 28.56 | 70.73 | - |
| YUV | 148.49 | 167.79 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 219 | 0.31 | 0.39 | 0 | 0.14 | 253.26 | 0.54 | 0.69 |
| Hex | 98 | 85 | DB | 1F | 27 | 0 | E | FD | 36 | 45 |
| Octal | 230 | 205 | 333 | 37 | 47 | 0 | 16 | 375 | 66 | 105 |
| Binary | 10011000 | 10000101 | 11011011 | 11111 | 100111 | 0 | 1110 | 11111101 | 110110 | 1000101 |
Color Harmonies of #9885DB
Complementary color
Monochromatic Colors of #9885DB
Black with #9885DB
Text Example
Text Example
White with #9885DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9885DB; }
p { color: rgb(152,133,219); }
H1.HeaderClassName
{
color: #9885DB;
}
.AnyTagClassName
{
color: #9885DB;
}
</style>
background-color css
<style>
a { background-color: #9885DB; }
a { background-color: rgb(152,133,219); }
div.DivClassName
{
background-color: #9885DB;
}
.BgClassName
{
background-color: #9885DB;
}
</style>
border-color css
<style>
span { border-color: #9885DB; }
span { border-color: rgb(152,133,219); }
td.TdClassName
{
border-color: #9885DB;
}
.TagClassName
{
border-color: #9885DB;
}
</style>