Shades of Medium Purple #956CE0
Tints of Medium Purple #956CE0
RGB
CMYK
RGB Variations
Color information
#956CE0 (or 0x956CE0) is known color: Medium Purple. HEX triplet: 95, 6C and E0. RGB value is (149,108,224). Sum of RGB (Red+Green+Blue) = 149+108+224=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #956CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CE0 is #6A931F. Grayscale: #858585. Windows color (decimal): -6984480 or 14707861. OLE color: 14707861.
HSL color Cylindrical-coordinate representation of color #956CE0: hue angle of 261.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #956CE0 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 108 | 224 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.12 |
| HSL | 261.21º | 0.65% | 0.65% | - |
| HSV(B) | 261.21º | 0.52% | 0.88% | - |
| XYZ | 31.21 | 22.5 | 73.22 | - |
| YUV | 133.48 | 179.08 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 224 | 0.33 | 0.52 | 0 | 0.12 | 261.21 | 0.65 | 0.65 |
| Hex | 95 | 6C | E0 | 21 | 34 | 0 | C | 105 | 41 | 41 |
| Octal | 225 | 154 | 340 | 41 | 64 | 0 | 14 | 405 | 101 | 101 |
| Binary | 10010101 | 1101100 | 11100000 | 100001 | 110100 | 0 | 1100 | 100000101 | 1000001 | 1000001 |
Color Harmonies of #956CE0
Complementary color
Monochromatic Colors of #956CE0
Black with #956CE0
Text Example
Text Example
White with #956CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956CE0; }
p { color: rgb(149,108,224); }
H1.HeaderClassName
{
color: #956CE0;
}
.AnyTagClassName
{
color: #956CE0;
}
</style>
background-color css
<style>
a { background-color: #956CE0; }
a { background-color: rgb(149,108,224); }
div.DivClassName
{
background-color: #956CE0;
}
.BgClassName
{
background-color: #956CE0;
}
</style>
border-color css
<style>
span { border-color: #956CE0; }
span { border-color: rgb(149,108,224); }
td.TdClassName
{
border-color: #956CE0;
}
.TagClassName
{
border-color: #956CE0;
}
</style>