Shades of Medium Purple #9D56FA
Tints of Medium Purple #9D56FA
RGB
CMYK
RGB Variations
Color information
#9D56FA (or 0x9D56FA) is known color: Medium Purple. HEX triplet: 9D, 56 and FA. RGB value is (157,86,250). Sum of RGB (Red+Green+Blue) = 157+86+250=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D56FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D56FA is #62A905. Grayscale: #7D7D7D. Windows color (decimal): -6465798 or 16406173. OLE color: 16406173.
HSL color Cylindrical-coordinate representation of color #9D56FA: hue angle of 265.98º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D56FA is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 86 | 250 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.02 |
| HSL | 265.98º | 0.94% | 0.66% | - |
| HSV(B) | 265.98º | 0.66% | 0.98% | - |
| XYZ | 34.49 | 20.73 | 92.63 | - |
| YUV | 125.93 | 198.02 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 250 | 0.37 | 0.66 | 0 | 0.02 | 265.98 | 0.94 | 0.66 |
| Hex | 9D | 56 | FA | 25 | 42 | 0 | 2 | 10A | 5E | 42 |
| Octal | 235 | 126 | 372 | 45 | 102 | 0 | 2 | 412 | 136 | 102 |
| Binary | 10011101 | 1010110 | 11111010 | 100101 | 1000010 | 0 | 10 | 100001010 | 1011110 | 1000010 |
Color Harmonies of #9D56FA
Complementary color
Monochromatic Colors of #9D56FA
Black with #9D56FA
Text Example
Text Example
White with #9D56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D56FA; }
p { color: rgb(157,86,250); }
H1.HeaderClassName
{
color: #9D56FA;
}
.AnyTagClassName
{
color: #9D56FA;
}
</style>
background-color css
<style>
a { background-color: #9D56FA; }
a { background-color: rgb(157,86,250); }
div.DivClassName
{
background-color: #9D56FA;
}
.BgClassName
{
background-color: #9D56FA;
}
</style>
border-color css
<style>
span { border-color: #9D56FA; }
span { border-color: rgb(157,86,250); }
td.TdClassName
{
border-color: #9D56FA;
}
.TagClassName
{
border-color: #9D56FA;
}
</style>