Shades of Medium Purple #9D52FA
Tints of Medium Purple #9D52FA
RGB
CMYK
RGB Variations
Color information
#9D52FA (or 0x9D52FA) is known color: Medium Purple. HEX triplet: 9D, 52 and FA. RGB value is (157,82,250). Sum of RGB (Red+Green+Blue) = 157+82+250=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D52FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D52FA is #62AD05. Grayscale: #7A7A7A. Windows color (decimal): -6466822 or 16405149. OLE color: 16405149.
HSL color Cylindrical-coordinate representation of color #9D52FA: hue angle of 266.79º degrees, saturation: 0.94, 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 #9D52FA is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 82 | 250 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.02 |
| HSL | 266.79º | 0.94% | 0.65% | - |
| HSV(B) | 266.79º | 0.67% | 0.98% | - |
| XYZ | 34.18 | 20.1 | 92.52 | - |
| YUV | 123.58 | 199.35 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 250 | 0.37 | 0.67 | 0 | 0.02 | 266.79 | 0.94 | 0.65 |
| Hex | 9D | 52 | FA | 25 | 43 | 0 | 2 | 10B | 5E | 41 |
| Octal | 235 | 122 | 372 | 45 | 103 | 0 | 2 | 413 | 136 | 101 |
| Binary | 10011101 | 1010010 | 11111010 | 100101 | 1000011 | 0 | 10 | 100001011 | 1011110 | 1000001 |
Color Harmonies of #9D52FA
Complementary color
Monochromatic Colors of #9D52FA
Black with #9D52FA
Text Example
Text Example
White with #9D52FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D52FA; }
p { color: rgb(157,82,250); }
H1.HeaderClassName
{
color: #9D52FA;
}
.AnyTagClassName
{
color: #9D52FA;
}
</style>
background-color css
<style>
a { background-color: #9D52FA; }
a { background-color: rgb(157,82,250); }
div.DivClassName
{
background-color: #9D52FA;
}
.BgClassName
{
background-color: #9D52FA;
}
</style>
border-color css
<style>
span { border-color: #9D52FA; }
span { border-color: rgb(157,82,250); }
td.TdClassName
{
border-color: #9D52FA;
}
.TagClassName
{
border-color: #9D52FA;
}
</style>