Shades of Medium Purple #9D58FA
Tints of Medium Purple #9D58FA
RGB
CMYK
RGB Variations
Color information
#9D58FA (or 0x9D58FA) is known color: Medium Purple. HEX triplet: 9D, 58 and FA. RGB value is (157,88,250). Sum of RGB (Red+Green+Blue) = 157+88+250=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D58FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D58FA is #62A705. Grayscale: #7E7E7E. Windows color (decimal): -6465286 or 16406685. OLE color: 16406685.
HSL color Cylindrical-coordinate representation of color #9D58FA: hue angle of 265.56º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D58FA is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 88 | 250 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.02 |
| HSL | 265.56º | 0.94% | 0.66% | - |
| HSV(B) | 265.56º | 0.65% | 0.98% | - |
| XYZ | 34.65 | 21.05 | 92.68 | - |
| YUV | 127.1 | 197.36 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 88 | 250 | 0.37 | 0.65 | 0 | 0.02 | 265.56 | 0.94 | 0.66 |
| Hex | 9D | 58 | FA | 25 | 41 | 0 | 2 | 10A | 5E | 42 |
| Octal | 235 | 130 | 372 | 45 | 101 | 0 | 2 | 412 | 136 | 102 |
| Binary | 10011101 | 1011000 | 11111010 | 100101 | 1000001 | 0 | 10 | 100001010 | 1011110 | 1000010 |
Color Harmonies of #9D58FA
Complementary color
Monochromatic Colors of #9D58FA
Black with #9D58FA
Text Example
Text Example
White with #9D58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D58FA; }
p { color: rgb(157,88,250); }
H1.HeaderClassName
{
color: #9D58FA;
}
.AnyTagClassName
{
color: #9D58FA;
}
</style>
background-color css
<style>
a { background-color: #9D58FA; }
a { background-color: rgb(157,88,250); }
div.DivClassName
{
background-color: #9D58FA;
}
.BgClassName
{
background-color: #9D58FA;
}
</style>
border-color css
<style>
span { border-color: #9D58FA; }
span { border-color: rgb(157,88,250); }
td.TdClassName
{
border-color: #9D58FA;
}
.TagClassName
{
border-color: #9D58FA;
}
</style>