Shades of Medium Purple #965FE9
Tints of Medium Purple #965FE9
RGB
CMYK
RGB Variations
Color information
#965FE9 (or 0x965FE9) is known color: Medium Purple. HEX triplet: 96, 5F and E9. RGB value is (150,95,233). Sum of RGB (Red+Green+Blue) = 150+95+233=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #965FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965FE9 is #69A016. Grayscale: #7E7E7E. Windows color (decimal): -6922263 or 15294358. OLE color: 15294358.
HSL color Cylindrical-coordinate representation of color #965FE9: hue angle of 263.91º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #965FE9 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 95 | 233 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.09 |
| HSL | 263.91º | 0.76% | 0.64% | - |
| HSV(B) | 263.91º | 0.59% | 0.91% | - |
| XYZ | 31.38 | 20.55 | 79.4 | - |
| YUV | 127.18 | 187.72 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 233 | 0.36 | 0.59 | 0 | 0.09 | 263.91 | 0.76 | 0.64 |
| Hex | 96 | 5F | E9 | 24 | 3B | 0 | 9 | 108 | 4C | 40 |
| Octal | 226 | 137 | 351 | 44 | 73 | 0 | 11 | 410 | 114 | 100 |
| Binary | 10010110 | 1011111 | 11101001 | 100100 | 111011 | 0 | 1001 | 100001000 | 1001100 | 1000000 |
Color Harmonies of #965FE9
Complementary color
Monochromatic Colors of #965FE9
Black with #965FE9
Text Example
Text Example
White with #965FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965FE9; }
p { color: rgb(150,95,233); }
H1.HeaderClassName
{
color: #965FE9;
}
.AnyTagClassName
{
color: #965FE9;
}
</style>
background-color css
<style>
a { background-color: #965FE9; }
a { background-color: rgb(150,95,233); }
div.DivClassName
{
background-color: #965FE9;
}
.BgClassName
{
background-color: #965FE9;
}
</style>
border-color css
<style>
span { border-color: #965FE9; }
span { border-color: rgb(150,95,233); }
td.TdClassName
{
border-color: #965FE9;
}
.TagClassName
{
border-color: #965FE9;
}
</style>