Shades of Medium Purple #9875DA
Tints of Medium Purple #9875DA
RGB
CMYK
RGB Variations
Color information
#9875DA (or 0x9875DA) is known color: Medium Purple. HEX triplet: 98, 75 and DA. RGB value is (152,117,218). Sum of RGB (Red+Green+Blue) = 152+117+218=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #9875DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875DA is #678A25. Grayscale: #8A8A8A. Windows color (decimal): -6785574 or 14316952. OLE color: 14316952.
HSL color Cylindrical-coordinate representation of color #9875DA: hue angle of 260.79º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9875DA is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 117 | 218 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.15 |
| HSL | 260.79º | 0.58% | 0.66% | - |
| HSV(B) | 260.79º | 0.46% | 0.85% | - |
| XYZ | 31.97 | 24.46 | 69.37 | - |
| YUV | 138.98 | 172.6 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 218 | 0.30 | 0.46 | 0 | 0.15 | 260.79 | 0.58 | 0.66 |
| Hex | 98 | 75 | DA | 1E | 2E | 0 | F | 105 | 3A | 42 |
| Octal | 230 | 165 | 332 | 36 | 56 | 0 | 17 | 405 | 72 | 102 |
| Binary | 10011000 | 1110101 | 11011010 | 11110 | 101110 | 0 | 1111 | 100000101 | 111010 | 1000010 |
Color Harmonies of #9875DA
Complementary color
Monochromatic Colors of #9875DA
Black with #9875DA
Text Example
Text Example
White with #9875DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9875DA; }
p { color: rgb(152,117,218); }
H1.HeaderClassName
{
color: #9875DA;
}
.AnyTagClassName
{
color: #9875DA;
}
</style>
background-color css
<style>
a { background-color: #9875DA; }
a { background-color: rgb(152,117,218); }
div.DivClassName
{
background-color: #9875DA;
}
.BgClassName
{
background-color: #9875DA;
}
</style>
border-color css
<style>
span { border-color: #9875DA; }
span { border-color: rgb(152,117,218); }
td.TdClassName
{
border-color: #9875DA;
}
.TagClassName
{
border-color: #9875DA;
}
</style>