Shades of Medium Purple #9D52F2
Tints of Medium Purple #9D52F2
RGB
CMYK
RGB Variations
Color information
#9D52F2 (or 0x9D52F2) is known color: Medium Purple. HEX triplet: 9D, 52 and F2. RGB value is (157,82,242). Sum of RGB (Red+Green+Blue) = 157+82+242=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #9D52F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D52F2 is #62AD0D. Grayscale: #7A7A7A. Windows color (decimal): -6466830 or 15880861. OLE color: 15880861.
HSL color Cylindrical-coordinate representation of color #9D52F2: hue angle of 268.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D52F2 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 82 | 242 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.05 |
| HSL | 268.13º | 0.86% | 0.64% | - |
| HSV(B) | 268.13º | 0.66% | 0.95% | - |
| XYZ | 32.95 | 19.61 | 86.05 | - |
| YUV | 122.67 | 195.35 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 242 | 0.35 | 0.66 | 0 | 0.05 | 268.13 | 0.86 | 0.64 |
| Hex | 9D | 52 | F2 | 23 | 42 | 0 | 5 | 10C | 56 | 40 |
| Octal | 235 | 122 | 362 | 43 | 102 | 0 | 5 | 414 | 126 | 100 |
| Binary | 10011101 | 1010010 | 11110010 | 100011 | 1000010 | 0 | 101 | 100001100 | 1010110 | 1000000 |
Color Harmonies of #9D52F2
Complementary color
Monochromatic Colors of #9D52F2
Black with #9D52F2
Text Example
Text Example
White with #9D52F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D52F2; }
p { color: rgb(157,82,242); }
H1.HeaderClassName
{
color: #9D52F2;
}
.AnyTagClassName
{
color: #9D52F2;
}
</style>
background-color css
<style>
a { background-color: #9D52F2; }
a { background-color: rgb(157,82,242); }
div.DivClassName
{
background-color: #9D52F2;
}
.BgClassName
{
background-color: #9D52F2;
}
</style>
border-color css
<style>
span { border-color: #9D52F2; }
span { border-color: rgb(157,82,242); }
td.TdClassName
{
border-color: #9D52F2;
}
.TagClassName
{
border-color: #9D52F2;
}
</style>