Shades of Medium Purple #9A54EA
Tints of Medium Purple #9A54EA
RGB
CMYK
RGB Variations
Color information
#9A54EA (or 0x9A54EA) is known color: Medium Purple. HEX triplet: 9A, 54 and EA. RGB value is (154,84,234). Sum of RGB (Red+Green+Blue) = 154+84+234=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A54EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A54EA is #65AB15. Grayscale: #797979. Windows color (decimal): -6662934 or 15357082. OLE color: 15357082.
HSL color Cylindrical-coordinate representation of color #9A54EA: hue angle of 268º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A54EA is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 84 | 234 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.08 |
| HSL | 268º | 0.78% | 0.62% | - |
| HSV(B) | 268º | 0.64% | 0.92% | - |
| XYZ | 31.35 | 19.15 | 79.89 | - |
| YUV | 122.03 | 191.19 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 84 | 234 | 0.34 | 0.64 | 0 | 0.08 | 268 | 0.78 | 0.62 |
| Hex | 9A | 54 | EA | 22 | 40 | 0 | 8 | 10C | 4E | 3E |
| Octal | 232 | 124 | 352 | 42 | 100 | 0 | 10 | 414 | 116 | 76 |
| Binary | 10011010 | 1010100 | 11101010 | 100010 | 1000000 | 0 | 1000 | 100001100 | 1001110 | 111110 |
Color Harmonies of #9A54EA
Complementary color
Monochromatic Colors of #9A54EA
Black with #9A54EA
Text Example
Text Example
White with #9A54EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A54EA; }
p { color: rgb(154,84,234); }
H1.HeaderClassName
{
color: #9A54EA;
}
.AnyTagClassName
{
color: #9A54EA;
}
</style>
background-color css
<style>
a { background-color: #9A54EA; }
a { background-color: rgb(154,84,234); }
div.DivClassName
{
background-color: #9A54EA;
}
.BgClassName
{
background-color: #9A54EA;
}
</style>
border-color css
<style>
span { border-color: #9A54EA; }
span { border-color: rgb(154,84,234); }
td.TdClassName
{
border-color: #9A54EA;
}
.TagClassName
{
border-color: #9A54EA;
}
</style>