Shades of Medium Purple #9471E6
Tints of Medium Purple #9471E6
RGB
CMYK
RGB Variations
Color information
#9471E6 (or 0x9471E6) is known color: Medium Purple. HEX triplet: 94, 71 and E6. RGB value is (148,113,230). Sum of RGB (Red+Green+Blue) = 148+113+230=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #9471E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9471E6 is #6B8E19. Grayscale: #888888. Windows color (decimal): -7048730 or 15102356. OLE color: 15102356.
HSL color Cylindrical-coordinate representation of color #9471E6: hue angle of 257.95º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9471E6 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 113 | 230 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.10 |
| HSL | 257.95º | 0.7% | 0.67% | - |
| HSV(B) | 257.95º | 0.51% | 0.9% | - |
| XYZ | 32.4 | 23.82 | 77.75 | - |
| YUV | 136.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 230 | 0.36 | 0.51 | 0 | 0.10 | 257.95 | 0.7 | 0.67 |
| Hex | 94 | 71 | E6 | 24 | 33 | 0 | A | 102 | 46 | 43 |
| Octal | 224 | 161 | 346 | 44 | 63 | 0 | 12 | 402 | 106 | 103 |
| Binary | 10010100 | 1110001 | 11100110 | 100100 | 110011 | 0 | 1010 | 100000010 | 1000110 | 1000011 |
Color Harmonies of #9471E6
Complementary color
Monochromatic Colors of #9471E6
Black with #9471E6
Text Example
Text Example
White with #9471E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9471E6; }
p { color: rgb(148,113,230); }
H1.HeaderClassName
{
color: #9471E6;
}
.AnyTagClassName
{
color: #9471E6;
}
</style>
background-color css
<style>
a { background-color: #9471E6; }
a { background-color: rgb(148,113,230); }
div.DivClassName
{
background-color: #9471E6;
}
.BgClassName
{
background-color: #9471E6;
}
</style>
border-color css
<style>
span { border-color: #9471E6; }
span { border-color: rgb(148,113,230); }
td.TdClassName
{
border-color: #9471E6;
}
.TagClassName
{
border-color: #9471E6;
}
</style>