Shades of Medium Purple #966FE4
Tints of Medium Purple #966FE4
RGB
CMYK
RGB Variations
Color information
#966FE4 (or 0x966FE4) is known color: Medium Purple. HEX triplet: 96, 6F and E4. RGB value is (150,111,228). Sum of RGB (Red+Green+Blue) = 150+111+228=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 228 (89.45% from 255 or 46.63% from 489); Max value from RGB is 228 - color contains mainly: blue. Hex color #966FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FE4 is #69901B. Grayscale: #878787. Windows color (decimal): -6918172 or 14970774. OLE color: 14970774.
HSL color Cylindrical-coordinate representation of color #966FE4: hue angle of 260º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #966FE4 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 111 | 228 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.11 |
| HSL | 260º | 0.68% | 0.66% | - |
| HSV(B) | 260º | 0.51% | 0.89% | - |
| XYZ | 32.27 | 23.45 | 76.23 | - |
| YUV | 136 | 179.92 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 228 | 0.34 | 0.51 | 0 | 0.11 | 260 | 0.68 | 0.66 |
| Hex | 96 | 6F | E4 | 22 | 33 | 0 | B | 104 | 44 | 42 |
| Octal | 226 | 157 | 344 | 42 | 63 | 0 | 13 | 404 | 104 | 102 |
| Binary | 10010110 | 1101111 | 11100100 | 100010 | 110011 | 0 | 1011 | 100000100 | 1000100 | 1000010 |
Color Harmonies of #966FE4
Complementary color
Monochromatic Colors of #966FE4
Black with #966FE4
Text Example
Text Example
White with #966FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FE4; }
p { color: rgb(150,111,228); }
H1.HeaderClassName
{
color: #966FE4;
}
.AnyTagClassName
{
color: #966FE4;
}
</style>
background-color css
<style>
a { background-color: #966FE4; }
a { background-color: rgb(150,111,228); }
div.DivClassName
{
background-color: #966FE4;
}
.BgClassName
{
background-color: #966FE4;
}
</style>
border-color css
<style>
span { border-color: #966FE4; }
span { border-color: rgb(150,111,228); }
td.TdClassName
{
border-color: #966FE4;
}
.TagClassName
{
border-color: #966FE4;
}
</style>