Shades of Medium Purple #965CEA
Tints of Medium Purple #965CEA
RGB
CMYK
RGB Variations
Color information
#965CEA (or 0x965CEA) is known color: Medium Purple. HEX triplet: 96, 5C and EA. RGB value is (150,92,234). Sum of RGB (Red+Green+Blue) = 150+92+234=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #965CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965CEA is #69A315. Grayscale: #7D7D7D. Windows color (decimal): -6923030 or 15359126. OLE color: 15359126.
HSL color Cylindrical-coordinate representation of color #965CEA: hue angle of 264.51º 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 #965CEA is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 92 | 234 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.08 |
| HSL | 264.51º | 0.77% | 0.64% | - |
| HSV(B) | 264.51º | 0.61% | 0.92% | - |
| XYZ | 31.26 | 20.08 | 80.07 | - |
| YUV | 125.53 | 189.22 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 234 | 0.36 | 0.61 | 0 | 0.08 | 264.51 | 0.77 | 0.64 |
| Hex | 96 | 5C | EA | 24 | 3D | 0 | 8 | 109 | 4D | 40 |
| Octal | 226 | 134 | 352 | 44 | 75 | 0 | 10 | 411 | 115 | 100 |
| Binary | 10010110 | 1011100 | 11101010 | 100100 | 111101 | 0 | 1000 | 100001001 | 1001101 | 1000000 |
Color Harmonies of #965CEA
Complementary color
Monochromatic Colors of #965CEA
Black with #965CEA
Text Example
Text Example
White with #965CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965CEA; }
p { color: rgb(150,92,234); }
H1.HeaderClassName
{
color: #965CEA;
}
.AnyTagClassName
{
color: #965CEA;
}
</style>
background-color css
<style>
a { background-color: #965CEA; }
a { background-color: rgb(150,92,234); }
div.DivClassName
{
background-color: #965CEA;
}
.BgClassName
{
background-color: #965CEA;
}
</style>
border-color css
<style>
span { border-color: #965CEA; }
span { border-color: rgb(150,92,234); }
td.TdClassName
{
border-color: #965CEA;
}
.TagClassName
{
border-color: #965CEA;
}
</style>