Shades of Medium Purple #9470E7
Tints of Medium Purple #9470E7
RGB
CMYK
RGB Variations
Color information
#9470E7 (or 0x9470E7) is known color: Medium Purple. HEX triplet: 94, 70 and E7. RGB value is (148,112,231). Sum of RGB (Red+Green+Blue) = 148+112+231=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #9470E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9470E7 is #6B8F18. Grayscale: #878787. Windows color (decimal): -7048985 or 15167636. OLE color: 15167636.
HSL color Cylindrical-coordinate representation of color #9470E7: hue angle of 258.15º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9470E7 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 112 | 231 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.09 |
| HSL | 258.15º | 0.71% | 0.67% | - |
| HSV(B) | 258.15º | 0.52% | 0.91% | - |
| XYZ | 32.43 | 23.65 | 78.46 | - |
| YUV | 136.33 | 181.43 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 231 | 0.36 | 0.52 | 0 | 0.09 | 258.15 | 0.71 | 0.67 |
| Hex | 94 | 70 | E7 | 24 | 34 | 0 | 9 | 102 | 47 | 43 |
| Octal | 224 | 160 | 347 | 44 | 64 | 0 | 11 | 402 | 107 | 103 |
| Binary | 10010100 | 1110000 | 11100111 | 100100 | 110100 | 0 | 1001 | 100000010 | 1000111 | 1000011 |
Color Harmonies of #9470E7
Complementary color
Monochromatic Colors of #9470E7
Black with #9470E7
Text Example
Text Example
White with #9470E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9470E7; }
p { color: rgb(148,112,231); }
H1.HeaderClassName
{
color: #9470E7;
}
.AnyTagClassName
{
color: #9470E7;
}
</style>
background-color css
<style>
a { background-color: #9470E7; }
a { background-color: rgb(148,112,231); }
div.DivClassName
{
background-color: #9470E7;
}
.BgClassName
{
background-color: #9470E7;
}
</style>
border-color css
<style>
span { border-color: #9470E7; }
span { border-color: rgb(148,112,231); }
td.TdClassName
{
border-color: #9470E7;
}
.TagClassName
{
border-color: #9470E7;
}
</style>