Shades of Medium Purple #9471EB
Tints of Medium Purple #9471EB
RGB
CMYK
RGB Variations
Color information
#9471EB (or 0x9471EB) is known color: Medium Purple. HEX triplet: 94, 71 and EB. RGB value is (148,113,235). Sum of RGB (Red+Green+Blue) = 148+113+235=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #9471EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9471EB is #6B8E14. Grayscale: #888888. Windows color (decimal): -7048725 or 15430036. OLE color: 15430036.
HSL color Cylindrical-coordinate representation of color #9471EB: hue angle of 257.21º degrees, saturation: 0.75, 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 #9471EB is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 113 | 235 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.08 |
| HSL | 257.21º | 0.75% | 0.68% | - |
| HSV(B) | 257.21º | 0.52% | 0.92% | - |
| XYZ | 33.11 | 24.1 | 81.5 | - |
| YUV | 137.37 | 183.1 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 235 | 0.37 | 0.52 | 0 | 0.08 | 257.21 | 0.75 | 0.68 |
| Hex | 94 | 71 | EB | 25 | 34 | 0 | 8 | 101 | 4B | 44 |
| Octal | 224 | 161 | 353 | 45 | 64 | 0 | 10 | 401 | 113 | 104 |
| Binary | 10010100 | 1110001 | 11101011 | 100101 | 110100 | 0 | 1000 | 100000001 | 1001011 | 1000100 |
Color Harmonies of #9471EB
Complementary color
Monochromatic Colors of #9471EB
Black with #9471EB
Text Example
Text Example
White with #9471EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9471EB; }
p { color: rgb(148,113,235); }
H1.HeaderClassName
{
color: #9471EB;
}
.AnyTagClassName
{
color: #9471EB;
}
</style>
background-color css
<style>
a { background-color: #9471EB; }
a { background-color: rgb(148,113,235); }
div.DivClassName
{
background-color: #9471EB;
}
.BgClassName
{
background-color: #9471EB;
}
</style>
border-color css
<style>
span { border-color: #9471EB; }
span { border-color: rgb(148,113,235); }
td.TdClassName
{
border-color: #9471EB;
}
.TagClassName
{
border-color: #9471EB;
}
</style>