Shades of Medium Purple #9775EC
Tints of Medium Purple #9775EC
RGB
CMYK
RGB Variations
Color information
#9775EC (or 0x9775EC) is known color: Medium Purple. HEX triplet: 97, 75 and EC. RGB value is (151,117,236). Sum of RGB (Red+Green+Blue) = 151+117+236=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #9775EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9775EC is #688A13. Grayscale: #8C8C8C. Windows color (decimal): -6851092 or 15496599. OLE color: 15496599.
HSL color Cylindrical-coordinate representation of color #9775EC: hue angle of 257.14º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9775EC is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 117 | 236 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.07 |
| HSL | 257.14º | 0.76% | 0.69% | - |
| HSV(B) | 257.14º | 0.5% | 0.93% | - |
| XYZ | 34.26 | 25.36 | 82.45 | - |
| YUV | 140.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 117 | 236 | 0.36 | 0.50 | 0 | 0.07 | 257.14 | 0.76 | 0.69 |
| Hex | 97 | 75 | EC | 24 | 32 | 0 | 7 | 101 | 4C | 45 |
| Octal | 227 | 165 | 354 | 44 | 62 | 0 | 7 | 401 | 114 | 105 |
| Binary | 10010111 | 1110101 | 11101100 | 100100 | 110010 | 0 | 111 | 100000001 | 1001100 | 1000101 |
Color Harmonies of #9775EC
Complementary color
Monochromatic Colors of #9775EC
Black with #9775EC
Text Example
Text Example
White with #9775EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9775EC; }
p { color: rgb(151,117,236); }
H1.HeaderClassName
{
color: #9775EC;
}
.AnyTagClassName
{
color: #9775EC;
}
</style>
background-color css
<style>
a { background-color: #9775EC; }
a { background-color: rgb(151,117,236); }
div.DivClassName
{
background-color: #9775EC;
}
.BgClassName
{
background-color: #9775EC;
}
</style>
border-color css
<style>
span { border-color: #9775EC; }
span { border-color: rgb(151,117,236); }
td.TdClassName
{
border-color: #9775EC;
}
.TagClassName
{
border-color: #9775EC;
}
</style>