Shades of Medium Purple #9752EA
Tints of Medium Purple #9752EA
RGB
CMYK
RGB Variations
Color information
#9752EA (or 0x9752EA) is known color: Medium Purple. HEX triplet: 97, 52 and EA. RGB value is (151,82,234). Sum of RGB (Red+Green+Blue) = 151+82+234=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #9752EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9752EA is #68AD15. Grayscale: #777777. Windows color (decimal): -6860054 or 15356567. OLE color: 15356567.
HSL color Cylindrical-coordinate representation of color #9752EA: hue angle of 267.24º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9752EA is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 82 | 234 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.08 |
| HSL | 267.24º | 0.78% | 0.62% | - |
| HSV(B) | 267.24º | 0.65% | 0.92% | - |
| XYZ | 30.63 | 18.55 | 79.81 | - |
| YUV | 119.96 | 192.36 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 82 | 234 | 0.35 | 0.65 | 0 | 0.08 | 267.24 | 0.78 | 0.62 |
| Hex | 97 | 52 | EA | 23 | 41 | 0 | 8 | 10B | 4E | 3E |
| Octal | 227 | 122 | 352 | 43 | 101 | 0 | 10 | 413 | 116 | 76 |
| Binary | 10010111 | 1010010 | 11101010 | 100011 | 1000001 | 0 | 1000 | 100001011 | 1001110 | 111110 |
Color Harmonies of #9752EA
Complementary color
Monochromatic Colors of #9752EA
Black with #9752EA
Text Example
Text Example
White with #9752EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9752EA; }
p { color: rgb(151,82,234); }
H1.HeaderClassName
{
color: #9752EA;
}
.AnyTagClassName
{
color: #9752EA;
}
</style>
background-color css
<style>
a { background-color: #9752EA; }
a { background-color: rgb(151,82,234); }
div.DivClassName
{
background-color: #9752EA;
}
.BgClassName
{
background-color: #9752EA;
}
</style>
border-color css
<style>
span { border-color: #9752EA; }
span { border-color: rgb(151,82,234); }
td.TdClassName
{
border-color: #9752EA;
}
.TagClassName
{
border-color: #9752EA;
}
</style>