Shades of Medium Purple #9870DA
Tints of Medium Purple #9870DA
RGB
CMYK
RGB Variations
Color information
#9870DA (or 0x9870DA) is known color: Medium Purple. HEX triplet: 98, 70 and DA. RGB value is (152,112,218). Sum of RGB (Red+Green+Blue) = 152+112+218=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #9870DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9870DA is #678F25. Grayscale: #878787. Windows color (decimal): -6786854 or 14315672. OLE color: 14315672.
HSL color Cylindrical-coordinate representation of color #9870DA: hue angle of 262.64º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9870DA is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 112 | 218 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.15 |
| HSL | 262.64º | 0.59% | 0.65% | - |
| HSV(B) | 262.64º | 0.49% | 0.85% | - |
| XYZ | 31.4 | 23.33 | 69.18 | - |
| YUV | 136.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 218 | 0.30 | 0.49 | 0 | 0.15 | 262.64 | 0.59 | 0.65 |
| Hex | 98 | 70 | DA | 1E | 31 | 0 | F | 107 | 3B | 41 |
| Octal | 230 | 160 | 332 | 36 | 61 | 0 | 17 | 407 | 73 | 101 |
| Binary | 10011000 | 1110000 | 11011010 | 11110 | 110001 | 0 | 1111 | 100000111 | 111011 | 1000001 |
Color Harmonies of #9870DA
Complementary color
Monochromatic Colors of #9870DA
Black with #9870DA
Text Example
Text Example
White with #9870DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9870DA; }
p { color: rgb(152,112,218); }
H1.HeaderClassName
{
color: #9870DA;
}
.AnyTagClassName
{
color: #9870DA;
}
</style>
background-color css
<style>
a { background-color: #9870DA; }
a { background-color: rgb(152,112,218); }
div.DivClassName
{
background-color: #9870DA;
}
.BgClassName
{
background-color: #9870DA;
}
</style>
border-color css
<style>
span { border-color: #9870DA; }
span { border-color: rgb(152,112,218); }
td.TdClassName
{
border-color: #9870DA;
}
.TagClassName
{
border-color: #9870DA;
}
</style>