Shades of Medium Purple #9A54F1
Tints of Medium Purple #9A54F1
RGB
CMYK
RGB Variations
Color information
#9A54F1 (or 0x9A54F1) is known color: Medium Purple. HEX triplet: 9A, 54 and F1. RGB value is (154,84,241). Sum of RGB (Red+Green+Blue) = 154+84+241=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #9A54F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A54F1 is #65AB0E. Grayscale: #7A7A7A. Windows color (decimal): -6662927 or 15815834. OLE color: 15815834.
HSL color Cylindrical-coordinate representation of color #9A54F1: hue angle of 266.75º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A54F1 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 84 | 241 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.05 |
| HSL | 266.75º | 0.85% | 0.64% | - |
| HSV(B) | 266.75º | 0.65% | 0.95% | - |
| XYZ | 32.37 | 19.56 | 85.29 | - |
| YUV | 122.83 | 194.69 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 84 | 241 | 0.36 | 0.65 | 0 | 0.05 | 266.75 | 0.85 | 0.64 |
| Hex | 9A | 54 | F1 | 24 | 41 | 0 | 5 | 10B | 55 | 40 |
| Octal | 232 | 124 | 361 | 44 | 101 | 0 | 5 | 413 | 125 | 100 |
| Binary | 10011010 | 1010100 | 11110001 | 100100 | 1000001 | 0 | 101 | 100001011 | 1010101 | 1000000 |
Color Harmonies of #9A54F1
Complementary color
Monochromatic Colors of #9A54F1
Black with #9A54F1
Text Example
Text Example
White with #9A54F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A54F1; }
p { color: rgb(154,84,241); }
H1.HeaderClassName
{
color: #9A54F1;
}
.AnyTagClassName
{
color: #9A54F1;
}
</style>
background-color css
<style>
a { background-color: #9A54F1; }
a { background-color: rgb(154,84,241); }
div.DivClassName
{
background-color: #9A54F1;
}
.BgClassName
{
background-color: #9A54F1;
}
</style>
border-color css
<style>
span { border-color: #9A54F1; }
span { border-color: rgb(154,84,241); }
td.TdClassName
{
border-color: #9A54F1;
}
.TagClassName
{
border-color: #9A54F1;
}
</style>