Shades of Medium Purple #965BE4
Tints of Medium Purple #965BE4
RGB
CMYK
RGB Variations
Color information
#965BE4 (or 0x965BE4) is known color: Medium Purple. HEX triplet: 96, 5B and E4. RGB value is (150,91,228). Sum of RGB (Red+Green+Blue) = 150+91+228=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #965BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BE4 is #69A41B. Grayscale: #7B7B7B. Windows color (decimal): -6923292 or 14965654. OLE color: 14965654.
HSL color Cylindrical-coordinate representation of color #965BE4: hue angle of 265.84º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #965BE4 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 91 | 228 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.11 |
| HSL | 265.84º | 0.72% | 0.63% | - |
| HSV(B) | 265.84º | 0.6% | 0.89% | - |
| XYZ | 30.32 | 19.57 | 75.58 | - |
| YUV | 124.26 | 186.55 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 228 | 0.34 | 0.60 | 0 | 0.11 | 265.84 | 0.72 | 0.63 |
| Hex | 96 | 5B | E4 | 22 | 3C | 0 | B | 10A | 48 | 3F |
| Octal | 226 | 133 | 344 | 42 | 74 | 0 | 13 | 412 | 110 | 77 |
| Binary | 10010110 | 1011011 | 11100100 | 100010 | 111100 | 0 | 1011 | 100001010 | 1001000 | 111111 |
Color Harmonies of #965BE4
Complementary color
Monochromatic Colors of #965BE4
Black with #965BE4
Text Example
Text Example
White with #965BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965BE4; }
p { color: rgb(150,91,228); }
H1.HeaderClassName
{
color: #965BE4;
}
.AnyTagClassName
{
color: #965BE4;
}
</style>
background-color css
<style>
a { background-color: #965BE4; }
a { background-color: rgb(150,91,228); }
div.DivClassName
{
background-color: #965BE4;
}
.BgClassName
{
background-color: #965BE4;
}
</style>
border-color css
<style>
span { border-color: #965BE4; }
span { border-color: rgb(150,91,228); }
td.TdClassName
{
border-color: #965BE4;
}
.TagClassName
{
border-color: #965BE4;
}
</style>