Shades of Medium Purple #956CEE
Tints of Medium Purple #956CEE
RGB
CMYK
RGB Variations
Color information
#956CEE (or 0x956CEE) is known color: Medium Purple. HEX triplet: 95, 6C and EE. RGB value is (149,108,238). Sum of RGB (Red+Green+Blue) = 149+108+238=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #956CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956CEE is #6A9311. Grayscale: #868686. Windows color (decimal): -6984466 or 15625365. OLE color: 15625365.
HSL color Cylindrical-coordinate representation of color #956CEE: hue angle of 258.92º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #956CEE is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 108 | 238 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.07 |
| HSL | 258.92º | 0.79% | 0.68% | - |
| HSV(B) | 258.92º | 0.55% | 0.93% | - |
| XYZ | 33.19 | 23.29 | 83.63 | - |
| YUV | 135.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 238 | 0.37 | 0.55 | 0 | 0.07 | 258.92 | 0.79 | 0.68 |
| Hex | 95 | 6C | EE | 25 | 37 | 0 | 7 | 103 | 4F | 44 |
| Octal | 225 | 154 | 356 | 45 | 67 | 0 | 7 | 403 | 117 | 104 |
| Binary | 10010101 | 1101100 | 11101110 | 100101 | 110111 | 0 | 111 | 100000011 | 1001111 | 1000100 |
Color Harmonies of #956CEE
Complementary color
Monochromatic Colors of #956CEE
Black with #956CEE
Text Example
Text Example
White with #956CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956CEE; }
p { color: rgb(149,108,238); }
H1.HeaderClassName
{
color: #956CEE;
}
.AnyTagClassName
{
color: #956CEE;
}
</style>
background-color css
<style>
a { background-color: #956CEE; }
a { background-color: rgb(149,108,238); }
div.DivClassName
{
background-color: #956CEE;
}
.BgClassName
{
background-color: #956CEE;
}
</style>
border-color css
<style>
span { border-color: #956CEE; }
span { border-color: rgb(149,108,238); }
td.TdClassName
{
border-color: #956CEE;
}
.TagClassName
{
border-color: #956CEE;
}
</style>