Shades of Medium Purple #9873ED
Tints of Medium Purple #9873ED
RGB
CMYK
RGB Variations
Color information
#9873ED (or 0x9873ED) is known color: Medium Purple. HEX triplet: 98, 73 and ED. RGB value is (152,115,237). Sum of RGB (Red+Green+Blue) = 152+115+237=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #9873ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9873ED is #678C12. Grayscale: #8B8B8B. Windows color (decimal): -6786067 or 15561624. OLE color: 15561624.
HSL color Cylindrical-coordinate representation of color #9873ED: hue angle of 258.2º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9873ED is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 115 | 237 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.07 |
| HSL | 258.2º | 0.77% | 0.69% | - |
| HSV(B) | 258.2º | 0.51% | 0.93% | - |
| XYZ | 34.37 | 25.05 | 83.14 | - |
| YUV | 139.97 | 182.76 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 237 | 0.36 | 0.51 | 0 | 0.07 | 258.2 | 0.77 | 0.69 |
| Hex | 98 | 73 | ED | 24 | 33 | 0 | 7 | 102 | 4D | 45 |
| Octal | 230 | 163 | 355 | 44 | 63 | 0 | 7 | 402 | 115 | 105 |
| Binary | 10011000 | 1110011 | 11101101 | 100100 | 110011 | 0 | 111 | 100000010 | 1001101 | 1000101 |
Color Harmonies of #9873ED
Complementary color
Monochromatic Colors of #9873ED
Black with #9873ED
Text Example
Text Example
White with #9873ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9873ED; }
p { color: rgb(152,115,237); }
H1.HeaderClassName
{
color: #9873ED;
}
.AnyTagClassName
{
color: #9873ED;
}
</style>
background-color css
<style>
a { background-color: #9873ED; }
a { background-color: rgb(152,115,237); }
div.DivClassName
{
background-color: #9873ED;
}
.BgClassName
{
background-color: #9873ED;
}
</style>
border-color css
<style>
span { border-color: #9873ED; }
span { border-color: rgb(152,115,237); }
td.TdClassName
{
border-color: #9873ED;
}
.TagClassName
{
border-color: #9873ED;
}
</style>