Shades of Medium Purple #9659E6
Tints of Medium Purple #9659E6
RGB
CMYK
RGB Variations
Color information
#9659E6 (or 0x9659E6) is known color: Medium Purple. HEX triplet: 96, 59 and E6. RGB value is (150,89,230). Sum of RGB (Red+Green+Blue) = 150+89+230=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #9659E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9659E6 is #69A619. Grayscale: #7A7A7A. Windows color (decimal): -6923802 or 15096214. OLE color: 15096214.
HSL color Cylindrical-coordinate representation of color #9659E6: hue angle of 265.96º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9659E6 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 89 | 230 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.10 |
| HSL | 265.96º | 0.74% | 0.63% | - |
| HSV(B) | 265.96º | 0.61% | 0.9% | - |
| XYZ | 30.43 | 19.34 | 76.99 | - |
| YUV | 123.31 | 188.21 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 230 | 0.35 | 0.61 | 0 | 0.10 | 265.96 | 0.74 | 0.63 |
| Hex | 96 | 59 | E6 | 23 | 3D | 0 | A | 10A | 4A | 3F |
| Octal | 226 | 131 | 346 | 43 | 75 | 0 | 12 | 412 | 112 | 77 |
| Binary | 10010110 | 1011001 | 11100110 | 100011 | 111101 | 0 | 1010 | 100001010 | 1001010 | 111111 |
Color Harmonies of #9659E6
Complementary color
Monochromatic Colors of #9659E6
Black with #9659E6
Text Example
Text Example
White with #9659E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9659E6; }
p { color: rgb(150,89,230); }
H1.HeaderClassName
{
color: #9659E6;
}
.AnyTagClassName
{
color: #9659E6;
}
</style>
background-color css
<style>
a { background-color: #9659E6; }
a { background-color: rgb(150,89,230); }
div.DivClassName
{
background-color: #9659E6;
}
.BgClassName
{
background-color: #9659E6;
}
</style>
border-color css
<style>
span { border-color: #9659E6; }
span { border-color: rgb(150,89,230); }
td.TdClassName
{
border-color: #9659E6;
}
.TagClassName
{
border-color: #9659E6;
}
</style>