Shades of Medium Purple #965EE1
Tints of Medium Purple #965EE1
RGB
CMYK
RGB Variations
Color information
#965EE1 (or 0x965EE1) is known color: Medium Purple. HEX triplet: 96, 5E and E1. RGB value is (150,94,225). Sum of RGB (Red+Green+Blue) = 150+94+225=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #965EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965EE1 is #69A11E. Grayscale: #7D7D7D. Windows color (decimal): -6922527 or 14769814. OLE color: 14769814.
HSL color Cylindrical-coordinate representation of color #965EE1: hue angle of 265.65º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #965EE1 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 94 | 225 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.12 |
| HSL | 265.65º | 0.69% | 0.63% | - |
| HSV(B) | 265.65º | 0.58% | 0.88% | - |
| XYZ | 30.17 | 19.93 | 73.49 | - |
| YUV | 125.68 | 184.05 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 225 | 0.33 | 0.58 | 0 | 0.12 | 265.65 | 0.69 | 0.63 |
| Hex | 96 | 5E | E1 | 21 | 3A | 0 | C | 10A | 45 | 3F |
| Octal | 226 | 136 | 341 | 41 | 72 | 0 | 14 | 412 | 105 | 77 |
| Binary | 10010110 | 1011110 | 11100001 | 100001 | 111010 | 0 | 1100 | 100001010 | 1000101 | 111111 |
Color Harmonies of #965EE1
Complementary color
Monochromatic Colors of #965EE1
Black with #965EE1
Text Example
Text Example
White with #965EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965EE1; }
p { color: rgb(150,94,225); }
H1.HeaderClassName
{
color: #965EE1;
}
.AnyTagClassName
{
color: #965EE1;
}
</style>
background-color css
<style>
a { background-color: #965EE1; }
a { background-color: rgb(150,94,225); }
div.DivClassName
{
background-color: #965EE1;
}
.BgClassName
{
background-color: #965EE1;
}
</style>
border-color css
<style>
span { border-color: #965EE1; }
span { border-color: rgb(150,94,225); }
td.TdClassName
{
border-color: #965EE1;
}
.TagClassName
{
border-color: #965EE1;
}
</style>