Shades of Medium Purple #9170EA
Tints of Medium Purple #9170EA
RGB
CMYK
RGB Variations
Color information
#9170EA (or 0x9170EA) is known color: Medium Purple. HEX triplet: 91, 70 and EA. RGB value is (145,112,234). Sum of RGB (Red+Green+Blue) = 145+112+234=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #9170EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9170EA is #6E8F15. Grayscale: #878787. Windows color (decimal): -7245590 or 15364241. OLE color: 15364241.
HSL color Cylindrical-coordinate representation of color #9170EA: hue angle of 256.23º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9170EA is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 112 | 234 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.08 |
| HSL | 256.23º | 0.74% | 0.68% | - |
| HSV(B) | 256.23º | 0.52% | 0.92% | - |
| XYZ | 32.32 | 23.55 | 80.68 | - |
| YUV | 135.78 | 183.43 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 234 | 0.38 | 0.52 | 0 | 0.08 | 256.23 | 0.74 | 0.68 |
| Hex | 91 | 70 | EA | 26 | 34 | 0 | 8 | 100 | 4A | 44 |
| Octal | 221 | 160 | 352 | 46 | 64 | 0 | 10 | 400 | 112 | 104 |
| Binary | 10010001 | 1110000 | 11101010 | 100110 | 110100 | 0 | 1000 | 100000000 | 1001010 | 1000100 |
Color Harmonies of #9170EA
Complementary color
Monochromatic Colors of #9170EA
Black with #9170EA
Text Example
Text Example
White with #9170EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9170EA; }
p { color: rgb(145,112,234); }
H1.HeaderClassName
{
color: #9170EA;
}
.AnyTagClassName
{
color: #9170EA;
}
</style>
background-color css
<style>
a { background-color: #9170EA; }
a { background-color: rgb(145,112,234); }
div.DivClassName
{
background-color: #9170EA;
}
.BgClassName
{
background-color: #9170EA;
}
</style>
border-color css
<style>
span { border-color: #9170EA; }
span { border-color: rgb(145,112,234); }
td.TdClassName
{
border-color: #9170EA;
}
.TagClassName
{
border-color: #9170EA;
}
</style>