Shades of Medium Purple #965FEA
Tints of Medium Purple #965FEA
RGB
CMYK
RGB Variations
Color information
#965FEA (or 0x965FEA) is known color: Medium Purple. HEX triplet: 96, 5F and EA. RGB value is (150,95,234). Sum of RGB (Red+Green+Blue) = 150+95+234=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #965FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965FEA is #69A015. Grayscale: #7E7E7E. Windows color (decimal): -6922262 or 15359894. OLE color: 15359894.
HSL color Cylindrical-coordinate representation of color #965FEA: hue angle of 263.74º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #965FEA is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 95 | 234 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.08 |
| HSL | 263.74º | 0.77% | 0.65% | - |
| HSV(B) | 263.74º | 0.59% | 0.92% | - |
| XYZ | 31.52 | 20.61 | 80.16 | - |
| YUV | 127.29 | 188.22 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 234 | 0.36 | 0.59 | 0 | 0.08 | 263.74 | 0.77 | 0.65 |
| Hex | 96 | 5F | EA | 24 | 3B | 0 | 8 | 108 | 4D | 41 |
| Octal | 226 | 137 | 352 | 44 | 73 | 0 | 10 | 410 | 115 | 101 |
| Binary | 10010110 | 1011111 | 11101010 | 100100 | 111011 | 0 | 1000 | 100001000 | 1001101 | 1000001 |
Color Harmonies of #965FEA
Complementary color
Monochromatic Colors of #965FEA
Black with #965FEA
Text Example
Text Example
White with #965FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965FEA; }
p { color: rgb(150,95,234); }
H1.HeaderClassName
{
color: #965FEA;
}
.AnyTagClassName
{
color: #965FEA;
}
</style>
background-color css
<style>
a { background-color: #965FEA; }
a { background-color: rgb(150,95,234); }
div.DivClassName
{
background-color: #965FEA;
}
.BgClassName
{
background-color: #965FEA;
}
</style>
border-color css
<style>
span { border-color: #965FEA; }
span { border-color: rgb(150,95,234); }
td.TdClassName
{
border-color: #965FEA;
}
.TagClassName
{
border-color: #965FEA;
}
</style>