Shades of Medium Purple #966EEA
Tints of Medium Purple #966EEA
RGB
CMYK
RGB Variations
Color information
#966EEA (or 0x966EEA) is known color: Medium Purple. HEX triplet: 96, 6E and EA. RGB value is (150,110,234). Sum of RGB (Red+Green+Blue) = 150+110+234=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #966EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966EEA is #699115. Grayscale: #878787. Windows color (decimal): -6918422 or 15363734. OLE color: 15363734.
HSL color Cylindrical-coordinate representation of color #966EEA: hue angle of 259.35º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #966EEA is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 110 | 234 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.08 |
| HSL | 259.35º | 0.75% | 0.67% | - |
| HSV(B) | 259.35º | 0.53% | 0.92% | - |
| XYZ | 33 | 23.58 | 80.65 | - |
| YUV | 136.1 | 183.25 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 234 | 0.36 | 0.53 | 0 | 0.08 | 259.35 | 0.75 | 0.67 |
| Hex | 96 | 6E | EA | 24 | 35 | 0 | 8 | 103 | 4B | 43 |
| Octal | 226 | 156 | 352 | 44 | 65 | 0 | 10 | 403 | 113 | 103 |
| Binary | 10010110 | 1101110 | 11101010 | 100100 | 110101 | 0 | 1000 | 100000011 | 1001011 | 1000011 |
Color Harmonies of #966EEA
Complementary color
Monochromatic Colors of #966EEA
Black with #966EEA
Text Example
Text Example
White with #966EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966EEA; }
p { color: rgb(150,110,234); }
H1.HeaderClassName
{
color: #966EEA;
}
.AnyTagClassName
{
color: #966EEA;
}
</style>
background-color css
<style>
a { background-color: #966EEA; }
a { background-color: rgb(150,110,234); }
div.DivClassName
{
background-color: #966EEA;
}
.BgClassName
{
background-color: #966EEA;
}
</style>
border-color css
<style>
span { border-color: #966EEA; }
span { border-color: rgb(150,110,234); }
td.TdClassName
{
border-color: #966EEA;
}
.TagClassName
{
border-color: #966EEA;
}
</style>