Shades of Medium Purple #965EEA
Tints of Medium Purple #965EEA
RGB
CMYK
RGB Variations
Color information
#965EEA (or 0x965EEA) is known color: Medium Purple. HEX triplet: 96, 5E and EA. RGB value is (150,94,234). Sum of RGB (Red+Green+Blue) = 150+94+234=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #965EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965EEA is #69A115. Grayscale: #7E7E7E. Windows color (decimal): -6922518 or 15359638. OLE color: 15359638.
HSL color Cylindrical-coordinate representation of color #965EEA: hue angle of 264º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #965EEA is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 94 | 234 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.08 |
| HSL | 264º | 0.77% | 0.64% | - |
| HSV(B) | 264º | 0.6% | 0.92% | - |
| XYZ | 31.43 | 20.43 | 80.13 | - |
| YUV | 126.7 | 188.55 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 234 | 0.36 | 0.60 | 0 | 0.08 | 264 | 0.77 | 0.64 |
| Hex | 96 | 5E | EA | 24 | 3C | 0 | 8 | 108 | 4D | 40 |
| Octal | 226 | 136 | 352 | 44 | 74 | 0 | 10 | 410 | 115 | 100 |
| Binary | 10010110 | 1011110 | 11101010 | 100100 | 111100 | 0 | 1000 | 100001000 | 1001101 | 1000000 |
Color Harmonies of #965EEA
Complementary color
Monochromatic Colors of #965EEA
Black with #965EEA
Text Example
Text Example
White with #965EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965EEA; }
p { color: rgb(150,94,234); }
H1.HeaderClassName
{
color: #965EEA;
}
.AnyTagClassName
{
color: #965EEA;
}
</style>
background-color css
<style>
a { background-color: #965EEA; }
a { background-color: rgb(150,94,234); }
div.DivClassName
{
background-color: #965EEA;
}
.BgClassName
{
background-color: #965EEA;
}
</style>
border-color css
<style>
span { border-color: #965EEA; }
span { border-color: rgb(150,94,234); }
td.TdClassName
{
border-color: #965EEA;
}
.TagClassName
{
border-color: #965EEA;
}
</style>