Shades of Medium Purple #965BEA
Tints of Medium Purple #965BEA
RGB
CMYK
RGB Variations
Color information
#965BEA (or 0x965BEA) is known color: Medium Purple. HEX triplet: 96, 5B and EA. RGB value is (150,91,234). Sum of RGB (Red+Green+Blue) = 150+91+234=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #965BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965BEA is #69A415. Grayscale: #7C7C7C. Windows color (decimal): -6923286 or 15358870. OLE color: 15358870.
HSL color Cylindrical-coordinate representation of color #965BEA: hue angle of 264.76º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #965BEA is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 91 | 234 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.08 |
| HSL | 264.76º | 0.77% | 0.64% | - |
| HSV(B) | 264.76º | 0.61% | 0.92% | - |
| XYZ | 31.17 | 19.91 | 80.04 | - |
| YUV | 124.94 | 189.55 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 234 | 0.36 | 0.61 | 0 | 0.08 | 264.76 | 0.77 | 0.64 |
| Hex | 96 | 5B | EA | 24 | 3D | 0 | 8 | 109 | 4D | 40 |
| Octal | 226 | 133 | 352 | 44 | 75 | 0 | 10 | 411 | 115 | 100 |
| Binary | 10010110 | 1011011 | 11101010 | 100100 | 111101 | 0 | 1000 | 100001001 | 1001101 | 1000000 |
Color Harmonies of #965BEA
Complementary color
Monochromatic Colors of #965BEA
Black with #965BEA
Text Example
Text Example
White with #965BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965BEA; }
p { color: rgb(150,91,234); }
H1.HeaderClassName
{
color: #965BEA;
}
.AnyTagClassName
{
color: #965BEA;
}
</style>
background-color css
<style>
a { background-color: #965BEA; }
a { background-color: rgb(150,91,234); }
div.DivClassName
{
background-color: #965BEA;
}
.BgClassName
{
background-color: #965BEA;
}
</style>
border-color css
<style>
span { border-color: #965BEA; }
span { border-color: rgb(150,91,234); }
td.TdClassName
{
border-color: #965BEA;
}
.TagClassName
{
border-color: #965BEA;
}
</style>