Shades of Medium Purple #9651EC
Tints of Medium Purple #9651EC
RGB
CMYK
RGB Variations
Color information
#9651EC (or 0x9651EC) is known color: Medium Purple. HEX triplet: 96, 51 and EC. RGB value is (150,81,236). Sum of RGB (Red+Green+Blue) = 150+81+236=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #9651EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9651EC is #69AE13. Grayscale: #767676. Windows color (decimal): -6925844 or 15487382. OLE color: 15487382.
HSL color Cylindrical-coordinate representation of color #9651EC: hue angle of 266.71º degrees, saturation: 0.8, 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 #9651EC is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 81 | 236 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.07 |
| HSL | 266.71º | 0.8% | 0.62% | - |
| HSV(B) | 266.71º | 0.66% | 0.93% | - |
| XYZ | 30.66 | 18.43 | 81.3 | - |
| YUV | 119.3 | 193.86 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 236 | 0.36 | 0.66 | 0 | 0.07 | 266.71 | 0.8 | 0.62 |
| Hex | 96 | 51 | EC | 24 | 42 | 0 | 7 | 10B | 50 | 3E |
| Octal | 226 | 121 | 354 | 44 | 102 | 0 | 7 | 413 | 120 | 76 |
| Binary | 10010110 | 1010001 | 11101100 | 100100 | 1000010 | 0 | 111 | 100001011 | 1010000 | 111110 |
Color Harmonies of #9651EC
Complementary color
Monochromatic Colors of #9651EC
Black with #9651EC
Text Example
Text Example
White with #9651EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9651EC; }
p { color: rgb(150,81,236); }
H1.HeaderClassName
{
color: #9651EC;
}
.AnyTagClassName
{
color: #9651EC;
}
</style>
background-color css
<style>
a { background-color: #9651EC; }
a { background-color: rgb(150,81,236); }
div.DivClassName
{
background-color: #9651EC;
}
.BgClassName
{
background-color: #9651EC;
}
</style>
border-color css
<style>
span { border-color: #9651EC; }
span { border-color: rgb(150,81,236); }
td.TdClassName
{
border-color: #9651EC;
}
.TagClassName
{
border-color: #9651EC;
}
</style>