Shades of Medium Purple #966FE6
Tints of Medium Purple #966FE6
RGB
CMYK
RGB Variations
Color information
#966FE6 (or 0x966FE6) is known color: Medium Purple. HEX triplet: 96, 6F and E6. RGB value is (150,111,230). Sum of RGB (Red+Green+Blue) = 150+111+230=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #966FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FE6 is #699019. Grayscale: #878787. Windows color (decimal): -6918170 or 15101846. OLE color: 15101846.
HSL color Cylindrical-coordinate representation of color #966FE6: hue angle of 259.66º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #966FE6 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 111 | 230 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.10 |
| HSL | 259.66º | 0.7% | 0.67% | - |
| HSV(B) | 259.66º | 0.52% | 0.9% | - |
| XYZ | 32.55 | 23.57 | 77.7 | - |
| YUV | 136.23 | 180.92 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 230 | 0.35 | 0.52 | 0 | 0.10 | 259.66 | 0.7 | 0.67 |
| Hex | 96 | 6F | E6 | 23 | 34 | 0 | A | 104 | 46 | 43 |
| Octal | 226 | 157 | 346 | 43 | 64 | 0 | 12 | 404 | 106 | 103 |
| Binary | 10010110 | 1101111 | 11100110 | 100011 | 110100 | 0 | 1010 | 100000100 | 1000110 | 1000011 |
Color Harmonies of #966FE6
Complementary color
Monochromatic Colors of #966FE6
Black with #966FE6
Text Example
Text Example
White with #966FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FE6; }
p { color: rgb(150,111,230); }
H1.HeaderClassName
{
color: #966FE6;
}
.AnyTagClassName
{
color: #966FE6;
}
</style>
background-color css
<style>
a { background-color: #966FE6; }
a { background-color: rgb(150,111,230); }
div.DivClassName
{
background-color: #966FE6;
}
.BgClassName
{
background-color: #966FE6;
}
</style>
border-color css
<style>
span { border-color: #966FE6; }
span { border-color: rgb(150,111,230); }
td.TdClassName
{
border-color: #966FE6;
}
.TagClassName
{
border-color: #966FE6;
}
</style>