Shades of Medium Purple #9974ED
Tints of Medium Purple #9974ED
RGB
CMYK
RGB Variations
Color information
#9974ED (or 0x9974ED) is known color: Medium Purple. HEX triplet: 99, 74 and ED. RGB value is (153,116,237). Sum of RGB (Red+Green+Blue) = 153+116+237=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #9974ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9974ED is #668B12. Grayscale: #8C8C8C. Windows color (decimal): -6720275 or 15561881. OLE color: 15561881.
HSL color Cylindrical-coordinate representation of color #9974ED: hue angle of 258.35º 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 #9974ED is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 116 | 237 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.07 |
| HSL | 258.35º | 0.77% | 0.69% | - |
| HSV(B) | 258.35º | 0.51% | 0.93% | - |
| XYZ | 34.67 | 25.38 | 83.19 | - |
| YUV | 140.86 | 182.26 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 237 | 0.35 | 0.51 | 0 | 0.07 | 258.35 | 0.77 | 0.69 |
| Hex | 99 | 74 | ED | 23 | 33 | 0 | 7 | 102 | 4D | 45 |
| Octal | 231 | 164 | 355 | 43 | 63 | 0 | 7 | 402 | 115 | 105 |
| Binary | 10011001 | 1110100 | 11101101 | 100011 | 110011 | 0 | 111 | 100000010 | 1001101 | 1000101 |
Color Harmonies of #9974ED
Complementary color
Monochromatic Colors of #9974ED
Black with #9974ED
Text Example
Text Example
White with #9974ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9974ED; }
p { color: rgb(153,116,237); }
H1.HeaderClassName
{
color: #9974ED;
}
.AnyTagClassName
{
color: #9974ED;
}
</style>
background-color css
<style>
a { background-color: #9974ED; }
a { background-color: rgb(153,116,237); }
div.DivClassName
{
background-color: #9974ED;
}
.BgClassName
{
background-color: #9974ED;
}
</style>
border-color css
<style>
span { border-color: #9974ED; }
span { border-color: rgb(153,116,237); }
td.TdClassName
{
border-color: #9974ED;
}
.TagClassName
{
border-color: #9974ED;
}
</style>