Shades of Medium Purple #966FE0
Tints of Medium Purple #966FE0
RGB
CMYK
RGB Variations
Color information
#966FE0 (or 0x966FE0) is known color: Medium Purple. HEX triplet: 96, 6F and E0. RGB value is (150,111,224). Sum of RGB (Red+Green+Blue) = 150+111+224=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #966FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FE0 is #69901F. Grayscale: #878787. Windows color (decimal): -6918176 or 14708630. OLE color: 14708630.
HSL color Cylindrical-coordinate representation of color #966FE0: hue angle of 260.71º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966FE0 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 111 | 224 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.12 |
| HSL | 260.71º | 0.65% | 0.66% | - |
| HSV(B) | 260.71º | 0.5% | 0.88% | - |
| XYZ | 31.72 | 23.23 | 73.33 | - |
| YUV | 135.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 224 | 0.33 | 0.50 | 0 | 0.12 | 260.71 | 0.65 | 0.66 |
| Hex | 96 | 6F | E0 | 21 | 32 | 0 | C | 105 | 41 | 42 |
| Octal | 226 | 157 | 340 | 41 | 62 | 0 | 14 | 405 | 101 | 102 |
| Binary | 10010110 | 1101111 | 11100000 | 100001 | 110010 | 0 | 1100 | 100000101 | 1000001 | 1000010 |
Color Harmonies of #966FE0
Complementary color
Monochromatic Colors of #966FE0
Black with #966FE0
Text Example
Text Example
White with #966FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FE0; }
p { color: rgb(150,111,224); }
H1.HeaderClassName
{
color: #966FE0;
}
.AnyTagClassName
{
color: #966FE0;
}
</style>
background-color css
<style>
a { background-color: #966FE0; }
a { background-color: rgb(150,111,224); }
div.DivClassName
{
background-color: #966FE0;
}
.BgClassName
{
background-color: #966FE0;
}
</style>
border-color css
<style>
span { border-color: #966FE0; }
span { border-color: rgb(150,111,224); }
td.TdClassName
{
border-color: #966FE0;
}
.TagClassName
{
border-color: #966FE0;
}
</style>