Shades of Medium Purple #9671EC
Tints of Medium Purple #9671EC
RGB
CMYK
RGB Variations
Color information
#9671EC (or 0x9671EC) is known color: Medium Purple. HEX triplet: 96, 71 and EC. RGB value is (150,113,236). Sum of RGB (Red+Green+Blue) = 150+113+236=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #9671EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9671EC is #698E13. Grayscale: #898989. Windows color (decimal): -6917652 or 15495574. OLE color: 15495574.
HSL color Cylindrical-coordinate representation of color #9671EC: hue angle of 258.05º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9671EC is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 113 | 236 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.07 |
| HSL | 258.05º | 0.76% | 0.68% | - |
| HSV(B) | 258.05º | 0.52% | 0.93% | - |
| XYZ | 33.62 | 24.35 | 82.28 | - |
| YUV | 138.09 | 183.26 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 236 | 0.36 | 0.52 | 0 | 0.07 | 258.05 | 0.76 | 0.68 |
| Hex | 96 | 71 | EC | 24 | 34 | 0 | 7 | 102 | 4C | 44 |
| Octal | 226 | 161 | 354 | 44 | 64 | 0 | 7 | 402 | 114 | 104 |
| Binary | 10010110 | 1110001 | 11101100 | 100100 | 110100 | 0 | 111 | 100000010 | 1001100 | 1000100 |
Color Harmonies of #9671EC
Complementary color
Monochromatic Colors of #9671EC
Black with #9671EC
Text Example
Text Example
White with #9671EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9671EC; }
p { color: rgb(150,113,236); }
H1.HeaderClassName
{
color: #9671EC;
}
.AnyTagClassName
{
color: #9671EC;
}
</style>
background-color css
<style>
a { background-color: #9671EC; }
a { background-color: rgb(150,113,236); }
div.DivClassName
{
background-color: #9671EC;
}
.BgClassName
{
background-color: #9671EC;
}
</style>
border-color css
<style>
span { border-color: #9671EC; }
span { border-color: rgb(150,113,236); }
td.TdClassName
{
border-color: #9671EC;
}
.TagClassName
{
border-color: #9671EC;
}
</style>