Shades of Medium Purple #9885DA
Tints of Medium Purple #9885DA
RGB
CMYK
RGB Variations
Color information
#9885DA (or 0x9885DA) is known color: Medium Purple. HEX triplet: 98, 85 and DA. RGB value is (152,133,218). Sum of RGB (Red+Green+Blue) = 152+133+218=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #9885DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885DA is #677A25. Grayscale: #949494. Windows color (decimal): -6781478 or 14321048. OLE color: 14321048.
HSL color Cylindrical-coordinate representation of color #9885DA: hue angle of 253.41º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9885DA is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 133 | 218 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.15 |
| HSL | 253.41º | 0.53% | 0.69% | - |
| HSV(B) | 253.41º | 0.39% | 0.85% | - |
| XYZ | 33.99 | 28.51 | 70.04 | - |
| YUV | 148.37 | 167.29 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 218 | 0.30 | 0.39 | 0 | 0.15 | 253.41 | 0.53 | 0.69 |
| Hex | 98 | 85 | DA | 1E | 27 | 0 | F | FD | 35 | 45 |
| Octal | 230 | 205 | 332 | 36 | 47 | 0 | 17 | 375 | 65 | 105 |
| Binary | 10011000 | 10000101 | 11011010 | 11110 | 100111 | 0 | 1111 | 11111101 | 110101 | 1000101 |
Color Harmonies of #9885DA
Complementary color
Monochromatic Colors of #9885DA
Black with #9885DA
Text Example
Text Example
White with #9885DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9885DA; }
p { color: rgb(152,133,218); }
H1.HeaderClassName
{
color: #9885DA;
}
.AnyTagClassName
{
color: #9885DA;
}
</style>
background-color css
<style>
a { background-color: #9885DA; }
a { background-color: rgb(152,133,218); }
div.DivClassName
{
background-color: #9885DA;
}
.BgClassName
{
background-color: #9885DA;
}
</style>
border-color css
<style>
span { border-color: #9885DA; }
span { border-color: rgb(152,133,218); }
td.TdClassName
{
border-color: #9885DA;
}
.TagClassName
{
border-color: #9885DA;
}
</style>