Shades of Medium Purple #965CE4
Tints of Medium Purple #965CE4
RGB
CMYK
RGB Variations
Color information
#965CE4 (or 0x965CE4) is known color: Medium Purple. HEX triplet: 96, 5C and E4. RGB value is (150,92,228). Sum of RGB (Red+Green+Blue) = 150+92+228=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #965CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CE4 is #69A31B. Grayscale: #7C7C7C. Windows color (decimal): -6923036 or 14965910. OLE color: 14965910.
HSL color Cylindrical-coordinate representation of color #965CE4: hue angle of 265.59º 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 #965CE4 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 92 | 228 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.11 |
| HSL | 265.59º | 0.72% | 0.63% | - |
| HSV(B) | 265.59º | 0.6% | 0.89% | - |
| XYZ | 30.41 | 19.74 | 75.61 | - |
| YUV | 124.85 | 186.22 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 228 | 0.34 | 0.60 | 0 | 0.11 | 265.59 | 0.72 | 0.63 |
| Hex | 96 | 5C | E4 | 22 | 3C | 0 | B | 10A | 48 | 3F |
| Octal | 226 | 134 | 344 | 42 | 74 | 0 | 13 | 412 | 110 | 77 |
| Binary | 10010110 | 1011100 | 11100100 | 100010 | 111100 | 0 | 1011 | 100001010 | 1001000 | 111111 |
Color Harmonies of #965CE4
Complementary color
Monochromatic Colors of #965CE4
Black with #965CE4
Text Example
Text Example
White with #965CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965CE4; }
p { color: rgb(150,92,228); }
H1.HeaderClassName
{
color: #965CE4;
}
.AnyTagClassName
{
color: #965CE4;
}
</style>
background-color css
<style>
a { background-color: #965CE4; }
a { background-color: rgb(150,92,228); }
div.DivClassName
{
background-color: #965CE4;
}
.BgClassName
{
background-color: #965CE4;
}
</style>
border-color css
<style>
span { border-color: #965CE4; }
span { border-color: rgb(150,92,228); }
td.TdClassName
{
border-color: #965CE4;
}
.TagClassName
{
border-color: #965CE4;
}
</style>