Shades of Medium Purple #9670E7
Tints of Medium Purple #9670E7
RGB
CMYK
RGB Variations
Color information
#9670E7 (or 0x9670E7) is known color: Medium Purple. HEX triplet: 96, 70 and E7. RGB value is (150,112,231). Sum of RGB (Red+Green+Blue) = 150+112+231=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #9670E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9670E7 is #698F18. Grayscale: #888888. Windows color (decimal): -6917913 or 15167638. OLE color: 15167638.
HSL color Cylindrical-coordinate representation of color #9670E7: hue angle of 259.16º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9670E7 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 112 | 231 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.09 |
| HSL | 259.16º | 0.71% | 0.67% | - |
| HSV(B) | 259.16º | 0.52% | 0.91% | - |
| XYZ | 32.8 | 23.84 | 78.47 | - |
| YUV | 136.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 231 | 0.35 | 0.52 | 0 | 0.09 | 259.16 | 0.71 | 0.67 |
| Hex | 96 | 70 | E7 | 23 | 34 | 0 | 9 | 103 | 47 | 43 |
| Octal | 226 | 160 | 347 | 43 | 64 | 0 | 11 | 403 | 107 | 103 |
| Binary | 10010110 | 1110000 | 11100111 | 100011 | 110100 | 0 | 1001 | 100000011 | 1000111 | 1000011 |
Color Harmonies of #9670E7
Complementary color
Monochromatic Colors of #9670E7
Black with #9670E7
Text Example
Text Example
White with #9670E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9670E7; }
p { color: rgb(150,112,231); }
H1.HeaderClassName
{
color: #9670E7;
}
.AnyTagClassName
{
color: #9670E7;
}
</style>
background-color css
<style>
a { background-color: #9670E7; }
a { background-color: rgb(150,112,231); }
div.DivClassName
{
background-color: #9670E7;
}
.BgClassName
{
background-color: #9670E7;
}
</style>
border-color css
<style>
span { border-color: #9670E7; }
span { border-color: rgb(150,112,231); }
td.TdClassName
{
border-color: #9670E7;
}
.TagClassName
{
border-color: #9670E7;
}
</style>