Shades of Medium Purple #9D52FB
Tints of Medium Purple #9D52FB
RGB
CMYK
RGB Variations
Color information
#9D52FB (or 0x9D52FB) is known color: Medium Purple. HEX triplet: 9D, 52 and FB. RGB value is (157,82,251). Sum of RGB (Red+Green+Blue) = 157+82+251=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D52FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D52FB is #62AD04. Grayscale: #7B7B7B. Windows color (decimal): -6466821 or 16470685. OLE color: 16470685.
HSL color Cylindrical-coordinate representation of color #9D52FB: hue angle of 266.63º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D52FB is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 82 | 251 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.02 |
| HSL | 266.63º | 0.95% | 0.65% | - |
| HSV(B) | 266.63º | 0.67% | 0.98% | - |
| XYZ | 34.33 | 20.17 | 93.35 | - |
| YUV | 123.69 | 199.85 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 251 | 0.37 | 0.67 | 0 | 0.02 | 266.63 | 0.95 | 0.65 |
| Hex | 9D | 52 | FB | 25 | 43 | 0 | 2 | 10B | 5F | 41 |
| Octal | 235 | 122 | 373 | 45 | 103 | 0 | 2 | 413 | 137 | 101 |
| Binary | 10011101 | 1010010 | 11111011 | 100101 | 1000011 | 0 | 10 | 100001011 | 1011111 | 1000001 |
Color Harmonies of #9D52FB
Complementary color
Monochromatic Colors of #9D52FB
Black with #9D52FB
Text Example
Text Example
White with #9D52FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D52FB; }
p { color: rgb(157,82,251); }
H1.HeaderClassName
{
color: #9D52FB;
}
.AnyTagClassName
{
color: #9D52FB;
}
</style>
background-color css
<style>
a { background-color: #9D52FB; }
a { background-color: rgb(157,82,251); }
div.DivClassName
{
background-color: #9D52FB;
}
.BgClassName
{
background-color: #9D52FB;
}
</style>
border-color css
<style>
span { border-color: #9D52FB; }
span { border-color: rgb(157,82,251); }
td.TdClassName
{
border-color: #9D52FB;
}
.TagClassName
{
border-color: #9D52FB;
}
</style>