Shades of Medium Purple #965AEC
Tints of Medium Purple #965AEC
RGB
CMYK
RGB Variations
Color information
#965AEC (or 0x965AEC) is known color: Medium Purple. HEX triplet: 96, 5A and EC. RGB value is (150,90,236). Sum of RGB (Red+Green+Blue) = 150+90+236=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #965AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965AEC is #69A513. Grayscale: #7C7C7C. Windows color (decimal): -6923540 or 15489686. OLE color: 15489686.
HSL color Cylindrical-coordinate representation of color #965AEC: hue angle of 264.66º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #965AEC is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 90 | 236 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.07 |
| HSL | 264.66º | 0.79% | 0.64% | - |
| HSV(B) | 264.66º | 0.62% | 0.93% | - |
| XYZ | 31.37 | 19.85 | 81.54 | - |
| YUV | 124.58 | 190.88 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 236 | 0.36 | 0.62 | 0 | 0.07 | 264.66 | 0.79 | 0.64 |
| Hex | 96 | 5A | EC | 24 | 3E | 0 | 7 | 109 | 4F | 40 |
| Octal | 226 | 132 | 354 | 44 | 76 | 0 | 7 | 411 | 117 | 100 |
| Binary | 10010110 | 1011010 | 11101100 | 100100 | 111110 | 0 | 111 | 100001001 | 1001111 | 1000000 |
Color Harmonies of #965AEC
Complementary color
Monochromatic Colors of #965AEC
Black with #965AEC
Text Example
Text Example
White with #965AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965AEC; }
p { color: rgb(150,90,236); }
H1.HeaderClassName
{
color: #965AEC;
}
.AnyTagClassName
{
color: #965AEC;
}
</style>
background-color css
<style>
a { background-color: #965AEC; }
a { background-color: rgb(150,90,236); }
div.DivClassName
{
background-color: #965AEC;
}
.BgClassName
{
background-color: #965AEC;
}
</style>
border-color css
<style>
span { border-color: #965AEC; }
span { border-color: rgb(150,90,236); }
td.TdClassName
{
border-color: #965AEC;
}
.TagClassName
{
border-color: #965AEC;
}
</style>