Shades of Medium Purple #9170ED
Tints of Medium Purple #9170ED
RGB
CMYK
RGB Variations
Color information
#9170ED (or 0x9170ED) is known color: Medium Purple. HEX triplet: 91, 70 and ED. RGB value is (145,112,237). Sum of RGB (Red+Green+Blue) = 145+112+237=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #9170ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9170ED is #6E8F12. Grayscale: #878787. Windows color (decimal): -7245587 or 15560849. OLE color: 15560849.
HSL color Cylindrical-coordinate representation of color #9170ED: hue angle of 255.84º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9170ED is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 112 | 237 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.07 |
| HSL | 255.84º | 0.78% | 0.68% | - |
| HSV(B) | 255.84º | 0.53% | 0.93% | - |
| XYZ | 32.76 | 23.72 | 82.97 | - |
| YUV | 136.12 | 184.93 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 237 | 0.39 | 0.53 | 0 | 0.07 | 255.84 | 0.78 | 0.68 |
| Hex | 91 | 70 | ED | 27 | 35 | 0 | 7 | 100 | 4E | 44 |
| Octal | 221 | 160 | 355 | 47 | 65 | 0 | 7 | 400 | 116 | 104 |
| Binary | 10010001 | 1110000 | 11101101 | 100111 | 110101 | 0 | 111 | 100000000 | 1001110 | 1000100 |
Color Harmonies of #9170ED
Complementary color
Monochromatic Colors of #9170ED
Black with #9170ED
Text Example
Text Example
White with #9170ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9170ED; }
p { color: rgb(145,112,237); }
H1.HeaderClassName
{
color: #9170ED;
}
.AnyTagClassName
{
color: #9170ED;
}
</style>
background-color css
<style>
a { background-color: #9170ED; }
a { background-color: rgb(145,112,237); }
div.DivClassName
{
background-color: #9170ED;
}
.BgClassName
{
background-color: #9170ED;
}
</style>
border-color css
<style>
span { border-color: #9170ED; }
span { border-color: rgb(145,112,237); }
td.TdClassName
{
border-color: #9170ED;
}
.TagClassName
{
border-color: #9170ED;
}
</style>