Shades of Medium Purple #9655E9
Tints of Medium Purple #9655E9
RGB
CMYK
RGB Variations
Color information
#9655E9 (or 0x9655E9) is known color: Medium Purple. HEX triplet: 96, 55 and E9. RGB value is (150,85,233). Sum of RGB (Red+Green+Blue) = 150+85+233=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #9655E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9655E9 is #69AA16. Grayscale: #787878. Windows color (decimal): -6924823 or 15291798. OLE color: 15291798.
HSL color Cylindrical-coordinate representation of color #9655E9: hue angle of 266.35º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9655E9 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 85 | 233 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.09 |
| HSL | 266.35º | 0.77% | 0.62% | - |
| HSV(B) | 266.35º | 0.64% | 0.91% | - |
| XYZ | 30.53 | 18.86 | 79.12 | - |
| YUV | 121.31 | 191.03 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 233 | 0.36 | 0.64 | 0 | 0.09 | 266.35 | 0.77 | 0.62 |
| Hex | 96 | 55 | E9 | 24 | 40 | 0 | 9 | 10A | 4D | 3E |
| Octal | 226 | 125 | 351 | 44 | 100 | 0 | 11 | 412 | 115 | 76 |
| Binary | 10010110 | 1010101 | 11101001 | 100100 | 1000000 | 0 | 1001 | 100001010 | 1001101 | 111110 |
Color Harmonies of #9655E9
Complementary color
Monochromatic Colors of #9655E9
Black with #9655E9
Text Example
Text Example
White with #9655E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9655E9; }
p { color: rgb(150,85,233); }
H1.HeaderClassName
{
color: #9655E9;
}
.AnyTagClassName
{
color: #9655E9;
}
</style>
background-color css
<style>
a { background-color: #9655E9; }
a { background-color: rgb(150,85,233); }
div.DivClassName
{
background-color: #9655E9;
}
.BgClassName
{
background-color: #9655E9;
}
</style>
border-color css
<style>
span { border-color: #9655E9; }
span { border-color: rgb(150,85,233); }
td.TdClassName
{
border-color: #9655E9;
}
.TagClassName
{
border-color: #9655E9;
}
</style>