Shades of Medium Purple #9D51F3
Tints of Medium Purple #9D51F3
RGB
CMYK
RGB Variations
Color information
#9D51F3 (or 0x9D51F3) is known color: Medium Purple. HEX triplet: 9D, 51 and F3. RGB value is (157,81,243). Sum of RGB (Red+Green+Blue) = 157+81+243=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #9D51F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D51F3 is #62AE0C. Grayscale: #797979. Windows color (decimal): -6467085 or 15946141. OLE color: 15946141.
HSL color Cylindrical-coordinate representation of color #9D51F3: hue angle of 268.15º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D51F3 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 81 | 243 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.05 |
| HSL | 268.15º | 0.87% | 0.64% | - |
| HSV(B) | 268.15º | 0.67% | 0.95% | - |
| XYZ | 33.02 | 19.52 | 86.82 | - |
| YUV | 122.19 | 196.18 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 81 | 243 | 0.35 | 0.67 | 0 | 0.05 | 268.15 | 0.87 | 0.64 |
| Hex | 9D | 51 | F3 | 23 | 43 | 0 | 5 | 10C | 57 | 40 |
| Octal | 235 | 121 | 363 | 43 | 103 | 0 | 5 | 414 | 127 | 100 |
| Binary | 10011101 | 1010001 | 11110011 | 100011 | 1000011 | 0 | 101 | 100001100 | 1010111 | 1000000 |
Color Harmonies of #9D51F3
Complementary color
Monochromatic Colors of #9D51F3
Black with #9D51F3
Text Example
Text Example
White with #9D51F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D51F3; }
p { color: rgb(157,81,243); }
H1.HeaderClassName
{
color: #9D51F3;
}
.AnyTagClassName
{
color: #9D51F3;
}
</style>
background-color css
<style>
a { background-color: #9D51F3; }
a { background-color: rgb(157,81,243); }
div.DivClassName
{
background-color: #9D51F3;
}
.BgClassName
{
background-color: #9D51F3;
}
</style>
border-color css
<style>
span { border-color: #9D51F3; }
span { border-color: rgb(157,81,243); }
td.TdClassName
{
border-color: #9D51F3;
}
.TagClassName
{
border-color: #9D51F3;
}
</style>