Shades of Medium Purple #966BED
Tints of Medium Purple #966BED
RGB
CMYK
RGB Variations
Color information
#966BED (or 0x966BED) is known color: Medium Purple. HEX triplet: 96, 6B and ED. RGB value is (150,107,237). Sum of RGB (Red+Green+Blue) = 150+107+237=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #966BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966BED is #699412. Grayscale: #868686. Windows color (decimal): -6919187 or 15559574. OLE color: 15559574.
HSL color Cylindrical-coordinate representation of color #966BED: hue angle of 259.85º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #966BED is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 107 | 237 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.07 |
| HSL | 259.85º | 0.78% | 0.67% | - |
| HSV(B) | 259.85º | 0.55% | 0.93% | - |
| XYZ | 33.12 | 23.11 | 82.84 | - |
| YUV | 134.68 | 185.75 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 237 | 0.37 | 0.55 | 0 | 0.07 | 259.85 | 0.78 | 0.67 |
| Hex | 96 | 6B | ED | 25 | 37 | 0 | 7 | 104 | 4E | 43 |
| Octal | 226 | 153 | 355 | 45 | 67 | 0 | 7 | 404 | 116 | 103 |
| Binary | 10010110 | 1101011 | 11101101 | 100101 | 110111 | 0 | 111 | 100000100 | 1001110 | 1000011 |
Color Harmonies of #966BED
Complementary color
Monochromatic Colors of #966BED
Black with #966BED
Text Example
Text Example
White with #966BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966BED; }
p { color: rgb(150,107,237); }
H1.HeaderClassName
{
color: #966BED;
}
.AnyTagClassName
{
color: #966BED;
}
</style>
background-color css
<style>
a { background-color: #966BED; }
a { background-color: rgb(150,107,237); }
div.DivClassName
{
background-color: #966BED;
}
.BgClassName
{
background-color: #966BED;
}
</style>
border-color css
<style>
span { border-color: #966BED; }
span { border-color: rgb(150,107,237); }
td.TdClassName
{
border-color: #966BED;
}
.TagClassName
{
border-color: #966BED;
}
</style>