Shades of Medium Purple #9A71EB
Tints of Medium Purple #9A71EB
RGB
CMYK
RGB Variations
Color information
#9A71EB (or 0x9A71EB) is known color: Medium Purple. HEX triplet: 9A, 71 and EB. RGB value is (154,113,235). Sum of RGB (Red+Green+Blue) = 154+113+235=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A71EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A71EB is #658E14. Grayscale: #8A8A8A. Windows color (decimal): -6655509 or 15430042. OLE color: 15430042.
HSL color Cylindrical-coordinate representation of color #9A71EB: hue angle of 260.16º 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 #9A71EB is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 113 | 235 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.08 |
| HSL | 260.16º | 0.75% | 0.68% | - |
| HSV(B) | 260.16º | 0.52% | 0.92% | - |
| XYZ | 34.23 | 24.68 | 81.56 | - |
| YUV | 139.17 | 182.08 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 113 | 235 | 0.34 | 0.52 | 0 | 0.08 | 260.16 | 0.75 | 0.68 |
| Hex | 9A | 71 | EB | 22 | 34 | 0 | 8 | 104 | 4B | 44 |
| Octal | 232 | 161 | 353 | 42 | 64 | 0 | 10 | 404 | 113 | 104 |
| Binary | 10011010 | 1110001 | 11101011 | 100010 | 110100 | 0 | 1000 | 100000100 | 1001011 | 1000100 |
Color Harmonies of #9A71EB
Complementary color
Monochromatic Colors of #9A71EB
Black with #9A71EB
Text Example
Text Example
White with #9A71EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A71EB; }
p { color: rgb(154,113,235); }
H1.HeaderClassName
{
color: #9A71EB;
}
.AnyTagClassName
{
color: #9A71EB;
}
</style>
background-color css
<style>
a { background-color: #9A71EB; }
a { background-color: rgb(154,113,235); }
div.DivClassName
{
background-color: #9A71EB;
}
.BgClassName
{
background-color: #9A71EB;
}
</style>
border-color css
<style>
span { border-color: #9A71EB; }
span { border-color: rgb(154,113,235); }
td.TdClassName
{
border-color: #9A71EB;
}
.TagClassName
{
border-color: #9A71EB;
}
</style>