Shades of Medium Purple #9670E9
Tints of Medium Purple #9670E9
RGB
CMYK
RGB Variations
Color information
#9670E9 (or 0x9670E9) is known color: Medium Purple. HEX triplet: 96, 70 and E9. RGB value is (150,112,233). Sum of RGB (Red+Green+Blue) = 150+112+233=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #9670E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9670E9 is #698F16. Grayscale: #888888. Windows color (decimal): -6917911 or 15298710. OLE color: 15298710.
HSL color Cylindrical-coordinate representation of color #9670E9: hue angle of 258.84º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9670E9 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 112 | 233 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.09 |
| HSL | 258.84º | 0.73% | 0.68% | - |
| HSV(B) | 258.84º | 0.52% | 0.91% | - |
| XYZ | 33.08 | 23.96 | 79.97 | - |
| YUV | 137.16 | 182.09 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 233 | 0.36 | 0.52 | 0 | 0.09 | 258.84 | 0.73 | 0.68 |
| Hex | 96 | 70 | E9 | 24 | 34 | 0 | 9 | 103 | 49 | 44 |
| Octal | 226 | 160 | 351 | 44 | 64 | 0 | 11 | 403 | 111 | 104 |
| Binary | 10010110 | 1110000 | 11101001 | 100100 | 110100 | 0 | 1001 | 100000011 | 1001001 | 1000100 |
Color Harmonies of #9670E9
Complementary color
Monochromatic Colors of #9670E9
Black with #9670E9
Text Example
Text Example
White with #9670E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9670E9; }
p { color: rgb(150,112,233); }
H1.HeaderClassName
{
color: #9670E9;
}
.AnyTagClassName
{
color: #9670E9;
}
</style>
background-color css
<style>
a { background-color: #9670E9; }
a { background-color: rgb(150,112,233); }
div.DivClassName
{
background-color: #9670E9;
}
.BgClassName
{
background-color: #9670E9;
}
</style>
border-color css
<style>
span { border-color: #9670E9; }
span { border-color: rgb(150,112,233); }
td.TdClassName
{
border-color: #9670E9;
}
.TagClassName
{
border-color: #9670E9;
}
</style>