Shades of Medium Purple #966EEB
Tints of Medium Purple #966EEB
RGB
CMYK
RGB Variations
Color information
#966EEB (or 0x966EEB) is known color: Medium Purple. HEX triplet: 96, 6E and EB. RGB value is (150,110,235). Sum of RGB (Red+Green+Blue) = 150+110+235=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #966EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966EEB is #699114. Grayscale: #878787. Windows color (decimal): -6918421 or 15429270. OLE color: 15429270.
HSL color Cylindrical-coordinate representation of color #966EEB: hue angle of 259.2º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #966EEB is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 110 | 235 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.08 |
| HSL | 259.2º | 0.76% | 0.68% | - |
| HSV(B) | 259.2º | 0.53% | 0.92% | - |
| XYZ | 33.15 | 23.63 | 81.41 | - |
| YUV | 136.21 | 183.75 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 235 | 0.36 | 0.53 | 0 | 0.08 | 259.2 | 0.76 | 0.68 |
| Hex | 96 | 6E | EB | 24 | 35 | 0 | 8 | 103 | 4C | 44 |
| Octal | 226 | 156 | 353 | 44 | 65 | 0 | 10 | 403 | 114 | 104 |
| Binary | 10010110 | 1101110 | 11101011 | 100100 | 110101 | 0 | 1000 | 100000011 | 1001100 | 1000100 |
Color Harmonies of #966EEB
Complementary color
Monochromatic Colors of #966EEB
Black with #966EEB
Text Example
Text Example
White with #966EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966EEB; }
p { color: rgb(150,110,235); }
H1.HeaderClassName
{
color: #966EEB;
}
.AnyTagClassName
{
color: #966EEB;
}
</style>
background-color css
<style>
a { background-color: #966EEB; }
a { background-color: rgb(150,110,235); }
div.DivClassName
{
background-color: #966EEB;
}
.BgClassName
{
background-color: #966EEB;
}
</style>
border-color css
<style>
span { border-color: #966EEB; }
span { border-color: rgb(150,110,235); }
td.TdClassName
{
border-color: #966EEB;
}
.TagClassName
{
border-color: #966EEB;
}
</style>