Shades of Medium Purple #9D53FA
Tints of Medium Purple #9D53FA
RGB
CMYK
RGB Variations
Color information
#9D53FA (or 0x9D53FA) is known color: Medium Purple. HEX triplet: 9D, 53 and FA. RGB value is (157,83,250). Sum of RGB (Red+Green+Blue) = 157+83+250=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D53FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D53FA is #62AC05. Grayscale: #7B7B7B. Windows color (decimal): -6466566 or 16405405. OLE color: 16405405.
HSL color Cylindrical-coordinate representation of color #9D53FA: hue angle of 266.59º degrees, saturation: 0.94, 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 #9D53FA is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 83 | 250 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.02 |
| HSL | 266.59º | 0.94% | 0.65% | - |
| HSV(B) | 266.59º | 0.67% | 0.98% | - |
| XYZ | 34.25 | 20.26 | 92.55 | - |
| YUV | 124.16 | 199.02 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 83 | 250 | 0.37 | 0.67 | 0 | 0.02 | 266.59 | 0.94 | 0.65 |
| Hex | 9D | 53 | FA | 25 | 43 | 0 | 2 | 10B | 5E | 41 |
| Octal | 235 | 123 | 372 | 45 | 103 | 0 | 2 | 413 | 136 | 101 |
| Binary | 10011101 | 1010011 | 11111010 | 100101 | 1000011 | 0 | 10 | 100001011 | 1011110 | 1000001 |
Color Harmonies of #9D53FA
Complementary color
Monochromatic Colors of #9D53FA
Black with #9D53FA
Text Example
Text Example
White with #9D53FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D53FA; }
p { color: rgb(157,83,250); }
H1.HeaderClassName
{
color: #9D53FA;
}
.AnyTagClassName
{
color: #9D53FA;
}
</style>
background-color css
<style>
a { background-color: #9D53FA; }
a { background-color: rgb(157,83,250); }
div.DivClassName
{
background-color: #9D53FA;
}
.BgClassName
{
background-color: #9D53FA;
}
</style>
border-color css
<style>
span { border-color: #9D53FA; }
span { border-color: rgb(157,83,250); }
td.TdClassName
{
border-color: #9D53FA;
}
.TagClassName
{
border-color: #9D53FA;
}
</style>