Shades of Medium Purple #9A53F9
Tints of Medium Purple #9A53F9
RGB
CMYK
RGB Variations
Color information
#9A53F9 (or 0x9A53F9) is known color: Medium Purple. HEX triplet: 9A, 53 and F9. RGB value is (154,83,249). Sum of RGB (Red+Green+Blue) = 154+83+249=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A53F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A53F9 is #65AC06. Grayscale: #7A7A7A. Windows color (decimal): -6663175 or 16339866. OLE color: 16339866.
HSL color Cylindrical-coordinate representation of color #9A53F9: hue angle of 265.66º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A53F9 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 83 | 249 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.02 |
| HSL | 265.66º | 0.93% | 0.65% | - |
| HSV(B) | 265.66º | 0.67% | 0.98% | - |
| XYZ | 33.52 | 19.9 | 91.7 | - |
| YUV | 123.15 | 199.02 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 249 | 0.38 | 0.67 | 0 | 0.02 | 265.66 | 0.93 | 0.65 |
| Hex | 9A | 53 | F9 | 26 | 43 | 0 | 2 | 10A | 5D | 41 |
| Octal | 232 | 123 | 371 | 46 | 103 | 0 | 2 | 412 | 135 | 101 |
| Binary | 10011010 | 1010011 | 11111001 | 100110 | 1000011 | 0 | 10 | 100001010 | 1011101 | 1000001 |
Color Harmonies of #9A53F9
Complementary color
Monochromatic Colors of #9A53F9
Black with #9A53F9
Text Example
Text Example
White with #9A53F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A53F9; }
p { color: rgb(154,83,249); }
H1.HeaderClassName
{
color: #9A53F9;
}
.AnyTagClassName
{
color: #9A53F9;
}
</style>
background-color css
<style>
a { background-color: #9A53F9; }
a { background-color: rgb(154,83,249); }
div.DivClassName
{
background-color: #9A53F9;
}
.BgClassName
{
background-color: #9A53F9;
}
</style>
border-color css
<style>
span { border-color: #9A53F9; }
span { border-color: rgb(154,83,249); }
td.TdClassName
{
border-color: #9A53F9;
}
.TagClassName
{
border-color: #9A53F9;
}
</style>