Shades of Medium Purple #9D5FFA
Tints of Medium Purple #9D5FFA
RGB
CMYK
RGB Variations
Color information
#9D5FFA (or 0x9D5FFA) is known color: Medium Purple. HEX triplet: 9D, 5F and FA. RGB value is (157,95,250). Sum of RGB (Red+Green+Blue) = 157+95+250=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D5FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5FFA is #62A005. Grayscale: #828282. Windows color (decimal): -6463494 or 16408477. OLE color: 16408477.
HSL color Cylindrical-coordinate representation of color #9D5FFA: hue angle of 264º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D5FFA is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 95 | 250 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.02 |
| HSL | 264º | 0.94% | 0.68% | - |
| HSV(B) | 264º | 0.62% | 0.98% | - |
| XYZ | 35.25 | 22.25 | 92.88 | - |
| YUV | 131.21 | 195.04 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 95 | 250 | 0.37 | 0.62 | 0 | 0.02 | 264 | 0.94 | 0.68 |
| Hex | 9D | 5F | FA | 25 | 3E | 0 | 2 | 108 | 5E | 44 |
| Octal | 235 | 137 | 372 | 45 | 76 | 0 | 2 | 410 | 136 | 104 |
| Binary | 10011101 | 1011111 | 11111010 | 100101 | 111110 | 0 | 10 | 100001000 | 1011110 | 1000100 |
Color Harmonies of #9D5FFA
Complementary color
Monochromatic Colors of #9D5FFA
Black with #9D5FFA
Text Example
Text Example
White with #9D5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5FFA; }
p { color: rgb(157,95,250); }
H1.HeaderClassName
{
color: #9D5FFA;
}
.AnyTagClassName
{
color: #9D5FFA;
}
</style>
background-color css
<style>
a { background-color: #9D5FFA; }
a { background-color: rgb(157,95,250); }
div.DivClassName
{
background-color: #9D5FFA;
}
.BgClassName
{
background-color: #9D5FFA;
}
</style>
border-color css
<style>
span { border-color: #9D5FFA; }
span { border-color: rgb(157,95,250); }
td.TdClassName
{
border-color: #9D5FFA;
}
.TagClassName
{
border-color: #9D5FFA;
}
</style>