Shades of Medium Purple #9957F5
Tints of Medium Purple #9957F5
RGB
CMYK
RGB Variations
Color information
#9957F5 (or 0x9957F5) is known color: Medium Purple. HEX triplet: 99, 57 and F5. RGB value is (153,87,245). Sum of RGB (Red+Green+Blue) = 153+87+245=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #9957F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9957F5 is #66A80A. Grayscale: #7C7C7C. Windows color (decimal): -6727691 or 16078745. OLE color: 16078745.
HSL color Cylindrical-coordinate representation of color #9957F5: hue angle of 265.06º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9957F5 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 87 | 245 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.04 |
| HSL | 265.06º | 0.89% | 0.65% | - |
| HSV(B) | 265.06º | 0.64% | 0.96% | - |
| XYZ | 33.03 | 20.18 | 88.54 | - |
| YUV | 124.75 | 195.87 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 245 | 0.38 | 0.64 | 0 | 0.04 | 265.06 | 0.89 | 0.65 |
| Hex | 99 | 57 | F5 | 26 | 40 | 0 | 4 | 109 | 59 | 41 |
| Octal | 231 | 127 | 365 | 46 | 100 | 0 | 4 | 411 | 131 | 101 |
| Binary | 10011001 | 1010111 | 11110101 | 100110 | 1000000 | 0 | 100 | 100001001 | 1011001 | 1000001 |
Color Harmonies of #9957F5
Complementary color
Monochromatic Colors of #9957F5
Black with #9957F5
Text Example
Text Example
White with #9957F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9957F5; }
p { color: rgb(153,87,245); }
H1.HeaderClassName
{
color: #9957F5;
}
.AnyTagClassName
{
color: #9957F5;
}
</style>
background-color css
<style>
a { background-color: #9957F5; }
a { background-color: rgb(153,87,245); }
div.DivClassName
{
background-color: #9957F5;
}
.BgClassName
{
background-color: #9957F5;
}
</style>
border-color css
<style>
span { border-color: #9957F5; }
span { border-color: rgb(153,87,245); }
td.TdClassName
{
border-color: #9957F5;
}
.TagClassName
{
border-color: #9957F5;
}
</style>