Shades of Medium Purple #966BEA
Tints of Medium Purple #966BEA
RGB
CMYK
RGB Variations
Color information
#966BEA (or 0x966BEA) is known color: Medium Purple. HEX triplet: 96, 6B and EA. RGB value is (150,107,234). Sum of RGB (Red+Green+Blue) = 150+107+234=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #966BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966BEA is #699415. Grayscale: #858585. Windows color (decimal): -6919190 or 15362966. OLE color: 15362966.
HSL color Cylindrical-coordinate representation of color #966BEA: hue angle of 260.31º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #966BEA is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 107 | 234 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.08 |
| HSL | 260.31º | 0.75% | 0.67% | - |
| HSV(B) | 260.31º | 0.54% | 0.92% | - |
| XYZ | 32.69 | 22.94 | 80.55 | - |
| YUV | 134.34 | 184.25 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 234 | 0.36 | 0.54 | 0 | 0.08 | 260.31 | 0.75 | 0.67 |
| Hex | 96 | 6B | EA | 24 | 36 | 0 | 8 | 104 | 4B | 43 |
| Octal | 226 | 153 | 352 | 44 | 66 | 0 | 10 | 404 | 113 | 103 |
| Binary | 10010110 | 1101011 | 11101010 | 100100 | 110110 | 0 | 1000 | 100000100 | 1001011 | 1000011 |
Color Harmonies of #966BEA
Complementary color
Monochromatic Colors of #966BEA
Black with #966BEA
Text Example
Text Example
White with #966BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966BEA; }
p { color: rgb(150,107,234); }
H1.HeaderClassName
{
color: #966BEA;
}
.AnyTagClassName
{
color: #966BEA;
}
</style>
background-color css
<style>
a { background-color: #966BEA; }
a { background-color: rgb(150,107,234); }
div.DivClassName
{
background-color: #966BEA;
}
.BgClassName
{
background-color: #966BEA;
}
</style>
border-color css
<style>
span { border-color: #966BEA; }
span { border-color: rgb(150,107,234); }
td.TdClassName
{
border-color: #966BEA;
}
.TagClassName
{
border-color: #966BEA;
}
</style>