Shades of Medium Purple #965EDF
Tints of Medium Purple #965EDF
RGB
CMYK
RGB Variations
Color information
#965EDF (or 0x965EDF) is known color: Medium Purple. HEX triplet: 96, 5E and DF. RGB value is (150,94,223). Sum of RGB (Red+Green+Blue) = 150+94+223=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #965EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965EDF is #69A120. Grayscale: #7C7C7C. Windows color (decimal): -6922529 or 14638742. OLE color: 14638742.
HSL color Cylindrical-coordinate representation of color #965EDF: hue angle of 266.05º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #965EDF is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 94 | 223 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.13 |
| HSL | 266.05º | 0.67% | 0.62% | - |
| HSV(B) | 266.05º | 0.58% | 0.87% | - |
| XYZ | 29.9 | 19.82 | 72.06 | - |
| YUV | 125.45 | 183.05 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 223 | 0.33 | 0.58 | 0 | 0.13 | 266.05 | 0.67 | 0.62 |
| Hex | 96 | 5E | DF | 21 | 3A | 0 | D | 10A | 43 | 3E |
| Octal | 226 | 136 | 337 | 41 | 72 | 0 | 15 | 412 | 103 | 76 |
| Binary | 10010110 | 1011110 | 11011111 | 100001 | 111010 | 0 | 1101 | 100001010 | 1000011 | 111110 |
Color Harmonies of #965EDF
Complementary color
Monochromatic Colors of #965EDF
Black with #965EDF
Text Example
Text Example
White with #965EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965EDF; }
p { color: rgb(150,94,223); }
H1.HeaderClassName
{
color: #965EDF;
}
.AnyTagClassName
{
color: #965EDF;
}
</style>
background-color css
<style>
a { background-color: #965EDF; }
a { background-color: rgb(150,94,223); }
div.DivClassName
{
background-color: #965EDF;
}
.BgClassName
{
background-color: #965EDF;
}
</style>
border-color css
<style>
span { border-color: #965EDF; }
span { border-color: rgb(150,94,223); }
td.TdClassName
{
border-color: #965EDF;
}
.TagClassName
{
border-color: #965EDF;
}
</style>