Shades of Medium Purple #966CE4
Tints of Medium Purple #966CE4
RGB
CMYK
RGB Variations
Color information
#966CE4 (or 0x966CE4) is known color: Medium Purple. HEX triplet: 96, 6C and E4. RGB value is (150,108,228). Sum of RGB (Red+Green+Blue) = 150+108+228=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #966CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CE4 is #69931B. Grayscale: #858585. Windows color (decimal): -6918940 or 14970006. OLE color: 14970006.
HSL color Cylindrical-coordinate representation of color #966CE4: hue angle of 261º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #966CE4 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 108 | 228 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.11 |
| HSL | 261º | 0.69% | 0.66% | - |
| HSV(B) | 261º | 0.53% | 0.89% | - |
| XYZ | 31.94 | 22.81 | 76.12 | - |
| YUV | 134.24 | 180.91 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 228 | 0.34 | 0.53 | 0 | 0.11 | 261 | 0.69 | 0.66 |
| Hex | 96 | 6C | E4 | 22 | 35 | 0 | B | 105 | 45 | 42 |
| Octal | 226 | 154 | 344 | 42 | 65 | 0 | 13 | 405 | 105 | 102 |
| Binary | 10010110 | 1101100 | 11100100 | 100010 | 110101 | 0 | 1011 | 100000101 | 1000101 | 1000010 |
Color Harmonies of #966CE4
Complementary color
Monochromatic Colors of #966CE4
Black with #966CE4
Text Example
Text Example
White with #966CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CE4; }
p { color: rgb(150,108,228); }
H1.HeaderClassName
{
color: #966CE4;
}
.AnyTagClassName
{
color: #966CE4;
}
</style>
background-color css
<style>
a { background-color: #966CE4; }
a { background-color: rgb(150,108,228); }
div.DivClassName
{
background-color: #966CE4;
}
.BgClassName
{
background-color: #966CE4;
}
</style>
border-color css
<style>
span { border-color: #966CE4; }
span { border-color: rgb(150,108,228); }
td.TdClassName
{
border-color: #966CE4;
}
.TagClassName
{
border-color: #966CE4;
}
</style>