Shades of Medium Purple #956EE0
Tints of Medium Purple #956EE0
RGB
CMYK
RGB Variations
Color information
#956EE0 (or 0x956EE0) is known color: Medium Purple. HEX triplet: 95, 6E and E0. RGB value is (149,110,224). Sum of RGB (Red+Green+Blue) = 149+110+224=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #956EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956EE0 is #6A911F. Grayscale: #868686. Windows color (decimal): -6983968 or 14708373. OLE color: 14708373.
HSL color Cylindrical-coordinate representation of color #956EE0: hue angle of 260.53º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #956EE0 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 110 | 224 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.12 |
| HSL | 260.53º | 0.65% | 0.65% | - |
| HSV(B) | 260.53º | 0.51% | 0.88% | - |
| XYZ | 31.42 | 22.92 | 73.29 | - |
| YUV | 134.66 | 178.42 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 224 | 0.33 | 0.51 | 0 | 0.12 | 260.53 | 0.65 | 0.65 |
| Hex | 95 | 6E | E0 | 21 | 33 | 0 | C | 105 | 41 | 41 |
| Octal | 225 | 156 | 340 | 41 | 63 | 0 | 14 | 405 | 101 | 101 |
| Binary | 10010101 | 1101110 | 11100000 | 100001 | 110011 | 0 | 1100 | 100000101 | 1000001 | 1000001 |
Color Harmonies of #956EE0
Complementary color
Monochromatic Colors of #956EE0
Black with #956EE0
Text Example
Text Example
White with #956EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956EE0; }
p { color: rgb(149,110,224); }
H1.HeaderClassName
{
color: #956EE0;
}
.AnyTagClassName
{
color: #956EE0;
}
</style>
background-color css
<style>
a { background-color: #956EE0; }
a { background-color: rgb(149,110,224); }
div.DivClassName
{
background-color: #956EE0;
}
.BgClassName
{
background-color: #956EE0;
}
</style>
border-color css
<style>
span { border-color: #956EE0; }
span { border-color: rgb(149,110,224); }
td.TdClassName
{
border-color: #956EE0;
}
.TagClassName
{
border-color: #956EE0;
}
</style>