Shades of Medium Purple #966FE9
Tints of Medium Purple #966FE9
RGB
CMYK
RGB Variations
Color information
#966FE9 (or 0x966FE9) is known color: Medium Purple. HEX triplet: 96, 6F and E9. RGB value is (150,111,233). Sum of RGB (Red+Green+Blue) = 150+111+233=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #966FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FE9 is #699016. Grayscale: #888888. Windows color (decimal): -6918167 or 15298454. OLE color: 15298454.
HSL color Cylindrical-coordinate representation of color #966FE9: hue angle of 259.18º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #966FE9 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 111 | 233 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.09 |
| HSL | 259.18º | 0.73% | 0.67% | - |
| HSV(B) | 259.18º | 0.52% | 0.91% | - |
| XYZ | 32.97 | 23.74 | 79.93 | - |
| YUV | 136.57 | 182.42 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 233 | 0.36 | 0.52 | 0 | 0.09 | 259.18 | 0.73 | 0.67 |
| Hex | 96 | 6F | E9 | 24 | 34 | 0 | 9 | 103 | 49 | 43 |
| Octal | 226 | 157 | 351 | 44 | 64 | 0 | 11 | 403 | 111 | 103 |
| Binary | 10010110 | 1101111 | 11101001 | 100100 | 110100 | 0 | 1001 | 100000011 | 1001001 | 1000011 |
Color Harmonies of #966FE9
Complementary color
Monochromatic Colors of #966FE9
Black with #966FE9
Text Example
Text Example
White with #966FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FE9; }
p { color: rgb(150,111,233); }
H1.HeaderClassName
{
color: #966FE9;
}
.AnyTagClassName
{
color: #966FE9;
}
</style>
background-color css
<style>
a { background-color: #966FE9; }
a { background-color: rgb(150,111,233); }
div.DivClassName
{
background-color: #966FE9;
}
.BgClassName
{
background-color: #966FE9;
}
</style>
border-color css
<style>
span { border-color: #966FE9; }
span { border-color: rgb(150,111,233); }
td.TdClassName
{
border-color: #966FE9;
}
.TagClassName
{
border-color: #966FE9;
}
</style>