Shades of Medium Purple #9665E7
Tints of Medium Purple #9665E7
RGB
CMYK
RGB Variations
Color information
#9665E7 (or 0x9665E7) is known color: Medium Purple. HEX triplet: 96, 65 and E7. RGB value is (150,101,231). Sum of RGB (Red+Green+Blue) = 150+101+231=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #9665E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9665E7 is #699A18. Grayscale: #828282. Windows color (decimal): -6920729 or 15164822. OLE color: 15164822.
HSL color Cylindrical-coordinate representation of color #9665E7: hue angle of 262.62º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9665E7 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 101 | 231 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.09 |
| HSL | 262.62º | 0.73% | 0.65% | - |
| HSV(B) | 262.62º | 0.56% | 0.91% | - |
| XYZ | 31.66 | 21.56 | 78.09 | - |
| YUV | 130.47 | 184.73 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 231 | 0.35 | 0.56 | 0 | 0.09 | 262.62 | 0.73 | 0.65 |
| Hex | 96 | 65 | E7 | 23 | 38 | 0 | 9 | 107 | 49 | 41 |
| Octal | 226 | 145 | 347 | 43 | 70 | 0 | 11 | 407 | 111 | 101 |
| Binary | 10010110 | 1100101 | 11100111 | 100011 | 111000 | 0 | 1001 | 100000111 | 1001001 | 1000001 |
Color Harmonies of #9665E7
Complementary color
Monochromatic Colors of #9665E7
Black with #9665E7
Text Example
Text Example
White with #9665E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665E7; }
p { color: rgb(150,101,231); }
H1.HeaderClassName
{
color: #9665E7;
}
.AnyTagClassName
{
color: #9665E7;
}
</style>
background-color css
<style>
a { background-color: #9665E7; }
a { background-color: rgb(150,101,231); }
div.DivClassName
{
background-color: #9665E7;
}
.BgClassName
{
background-color: #9665E7;
}
</style>
border-color css
<style>
span { border-color: #9665E7; }
span { border-color: rgb(150,101,231); }
td.TdClassName
{
border-color: #9665E7;
}
.TagClassName
{
border-color: #9665E7;
}
</style>