Shades of Medium Purple #9874DD
Tints of Medium Purple #9874DD
RGB
CMYK
RGB Variations
Color information
#9874DD (or 0x9874DD) is known color: Medium Purple. HEX triplet: 98, 74 and DD. RGB value is (152,116,221). Sum of RGB (Red+Green+Blue) = 152+116+221=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #9874DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9874DD is #678B22. Grayscale: #8A8A8A. Windows color (decimal): -6785827 or 14513304. OLE color: 14513304.
HSL color Cylindrical-coordinate representation of color #9874DD: hue angle of 260.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9874DD is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 116 | 221 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.13 |
| HSL | 260.57º | 0.61% | 0.66% | - |
| HSV(B) | 260.57º | 0.48% | 0.87% | - |
| XYZ | 32.25 | 24.39 | 71.41 | - |
| YUV | 138.73 | 174.43 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 221 | 0.31 | 0.48 | 0 | 0.13 | 260.57 | 0.61 | 0.66 |
| Hex | 98 | 74 | DD | 1F | 30 | 0 | D | 105 | 3D | 42 |
| Octal | 230 | 164 | 335 | 37 | 60 | 0 | 15 | 405 | 75 | 102 |
| Binary | 10011000 | 1110100 | 11011101 | 11111 | 110000 | 0 | 1101 | 100000101 | 111101 | 1000010 |
Color Harmonies of #9874DD
Complementary color
Monochromatic Colors of #9874DD
Black with #9874DD
Text Example
Text Example
White with #9874DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9874DD; }
p { color: rgb(152,116,221); }
H1.HeaderClassName
{
color: #9874DD;
}
.AnyTagClassName
{
color: #9874DD;
}
</style>
background-color css
<style>
a { background-color: #9874DD; }
a { background-color: rgb(152,116,221); }
div.DivClassName
{
background-color: #9874DD;
}
.BgClassName
{
background-color: #9874DD;
}
</style>
border-color css
<style>
span { border-color: #9874DD; }
span { border-color: rgb(152,116,221); }
td.TdClassName
{
border-color: #9874DD;
}
.TagClassName
{
border-color: #9874DD;
}
</style>