Shades of Medium Purple #965CE9
Tints of Medium Purple #965CE9
RGB
CMYK
RGB Variations
Color information
#965CE9 (or 0x965CE9) is known color: Medium Purple. HEX triplet: 96, 5C and E9. RGB value is (150,92,233). Sum of RGB (Red+Green+Blue) = 150+92+233=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #965CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965CE9 is #69A316. Grayscale: #7C7C7C. Windows color (decimal): -6923031 or 15293590. OLE color: 15293590.
HSL color Cylindrical-coordinate representation of color #965CE9: hue angle of 264.68º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #965CE9 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 92 | 233 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.09 |
| HSL | 264.68º | 0.76% | 0.64% | - |
| HSV(B) | 264.68º | 0.61% | 0.91% | - |
| XYZ | 31.11 | 20.02 | 79.32 | - |
| YUV | 125.42 | 188.72 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 233 | 0.36 | 0.61 | 0 | 0.09 | 264.68 | 0.76 | 0.64 |
| Hex | 96 | 5C | E9 | 24 | 3D | 0 | 9 | 109 | 4C | 40 |
| Octal | 226 | 134 | 351 | 44 | 75 | 0 | 11 | 411 | 114 | 100 |
| Binary | 10010110 | 1011100 | 11101001 | 100100 | 111101 | 0 | 1001 | 100001001 | 1001100 | 1000000 |
Color Harmonies of #965CE9
Complementary color
Monochromatic Colors of #965CE9
Black with #965CE9
Text Example
Text Example
White with #965CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965CE9; }
p { color: rgb(150,92,233); }
H1.HeaderClassName
{
color: #965CE9;
}
.AnyTagClassName
{
color: #965CE9;
}
</style>
background-color css
<style>
a { background-color: #965CE9; }
a { background-color: rgb(150,92,233); }
div.DivClassName
{
background-color: #965CE9;
}
.BgClassName
{
background-color: #965CE9;
}
</style>
border-color css
<style>
span { border-color: #965CE9; }
span { border-color: rgb(150,92,233); }
td.TdClassName
{
border-color: #965CE9;
}
.TagClassName
{
border-color: #965CE9;
}
</style>