Shades of Medium Purple #956BEC
Tints of Medium Purple #956BEC
RGB
CMYK
RGB Variations
Color information
#956BEC (or 0x956BEC) is known color: Medium Purple. HEX triplet: 95, 6B and EC. RGB value is (149,107,236). Sum of RGB (Red+Green+Blue) = 149+107+236=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #956BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956BEC is #6A9413. Grayscale: #858585. Windows color (decimal): -6984724 or 15494037. OLE color: 15494037.
HSL color Cylindrical-coordinate representation of color #956BEC: hue angle of 259.53º degrees, saturation: 0.77, 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 #956BEC is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 107 | 236 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.07 |
| HSL | 259.53º | 0.77% | 0.67% | - |
| HSV(B) | 259.53º | 0.55% | 0.93% | - |
| XYZ | 32.79 | 22.96 | 82.06 | - |
| YUV | 134.26 | 185.41 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 236 | 0.37 | 0.55 | 0 | 0.07 | 259.53 | 0.77 | 0.67 |
| Hex | 95 | 6B | EC | 25 | 37 | 0 | 7 | 104 | 4D | 43 |
| Octal | 225 | 153 | 354 | 45 | 67 | 0 | 7 | 404 | 115 | 103 |
| Binary | 10010101 | 1101011 | 11101100 | 100101 | 110111 | 0 | 111 | 100000100 | 1001101 | 1000011 |
Color Harmonies of #956BEC
Complementary color
Monochromatic Colors of #956BEC
Black with #956BEC
Text Example
Text Example
White with #956BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BEC; }
p { color: rgb(149,107,236); }
H1.HeaderClassName
{
color: #956BEC;
}
.AnyTagClassName
{
color: #956BEC;
}
</style>
background-color css
<style>
a { background-color: #956BEC; }
a { background-color: rgb(149,107,236); }
div.DivClassName
{
background-color: #956BEC;
}
.BgClassName
{
background-color: #956BEC;
}
</style>
border-color css
<style>
span { border-color: #956BEC; }
span { border-color: rgb(149,107,236); }
td.TdClassName
{
border-color: #956BEC;
}
.TagClassName
{
border-color: #956BEC;
}
</style>