Shades of Medium Purple #956DEE
Tints of Medium Purple #956DEE
RGB
CMYK
RGB Variations
Color information
#956DEE (or 0x956DEE) is known color: Medium Purple. HEX triplet: 95, 6D and EE. RGB value is (149,109,238). Sum of RGB (Red+Green+Blue) = 149+109+238=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #956DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956DEE is #6A9211. Grayscale: #878787. Windows color (decimal): -6984210 or 15625621. OLE color: 15625621.
HSL color Cylindrical-coordinate representation of color #956DEE: hue angle of 258.6º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #956DEE is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 109 | 238 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.07 |
| HSL | 258.6º | 0.79% | 0.68% | - |
| HSV(B) | 258.6º | 0.54% | 0.93% | - |
| XYZ | 33.3 | 23.5 | 83.67 | - |
| YUV | 135.67 | 185.75 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 238 | 0.37 | 0.54 | 0 | 0.07 | 258.6 | 0.79 | 0.68 |
| Hex | 95 | 6D | EE | 25 | 36 | 0 | 7 | 103 | 4F | 44 |
| Octal | 225 | 155 | 356 | 45 | 66 | 0 | 7 | 403 | 117 | 104 |
| Binary | 10010101 | 1101101 | 11101110 | 100101 | 110110 | 0 | 111 | 100000011 | 1001111 | 1000100 |
Color Harmonies of #956DEE
Complementary color
Monochromatic Colors of #956DEE
Black with #956DEE
Text Example
Text Example
White with #956DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DEE; }
p { color: rgb(149,109,238); }
H1.HeaderClassName
{
color: #956DEE;
}
.AnyTagClassName
{
color: #956DEE;
}
</style>
background-color css
<style>
a { background-color: #956DEE; }
a { background-color: rgb(149,109,238); }
div.DivClassName
{
background-color: #956DEE;
}
.BgClassName
{
background-color: #956DEE;
}
</style>
border-color css
<style>
span { border-color: #956DEE; }
span { border-color: rgb(149,109,238); }
td.TdClassName
{
border-color: #956DEE;
}
.TagClassName
{
border-color: #956DEE;
}
</style>