Shades of Medium Purple #9750ED
Tints of Medium Purple #9750ED
RGB
CMYK
RGB Variations
Color information
#9750ED (or 0x9750ED) is known color: Medium Purple. HEX triplet: 97, 50 and ED. RGB value is (151,80,237). Sum of RGB (Red+Green+Blue) = 151+80+237=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #9750ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9750ED is #68AF12. Grayscale: #767676. Windows color (decimal): -6860563 or 15552663. OLE color: 15552663.
HSL color Cylindrical-coordinate representation of color #9750ED: hue angle of 267.13º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9750ED is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 80 | 237 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.07 |
| HSL | 267.13º | 0.81% | 0.62% | - |
| HSV(B) | 267.13º | 0.66% | 0.93% | - |
| XYZ | 30.92 | 18.43 | 82.05 | - |
| YUV | 119.13 | 194.52 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 80 | 237 | 0.36 | 0.66 | 0 | 0.07 | 267.13 | 0.81 | 0.62 |
| Hex | 97 | 50 | ED | 24 | 42 | 0 | 7 | 10B | 51 | 3E |
| Octal | 227 | 120 | 355 | 44 | 102 | 0 | 7 | 413 | 121 | 76 |
| Binary | 10010111 | 1010000 | 11101101 | 100100 | 1000010 | 0 | 111 | 100001011 | 1010001 | 111110 |
Color Harmonies of #9750ED
Complementary color
Monochromatic Colors of #9750ED
Black with #9750ED
Text Example
Text Example
White with #9750ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9750ED; }
p { color: rgb(151,80,237); }
H1.HeaderClassName
{
color: #9750ED;
}
.AnyTagClassName
{
color: #9750ED;
}
</style>
background-color css
<style>
a { background-color: #9750ED; }
a { background-color: rgb(151,80,237); }
div.DivClassName
{
background-color: #9750ED;
}
.BgClassName
{
background-color: #9750ED;
}
</style>
border-color css
<style>
span { border-color: #9750ED; }
span { border-color: rgb(151,80,237); }
td.TdClassName
{
border-color: #9750ED;
}
.TagClassName
{
border-color: #9750ED;
}
</style>