Shades of Medium Purple #956CDE
Tints of Medium Purple #956CDE
RGB
CMYK
RGB Variations
Color information
#956CDE (or 0x956CDE) is known color: Medium Purple. HEX triplet: 95, 6C and DE. RGB value is (149,108,222). Sum of RGB (Red+Green+Blue) = 149+108+222=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #956CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CDE is #6A9321. Grayscale: #848484. Windows color (decimal): -6984482 or 14576789. OLE color: 14576789.
HSL color Cylindrical-coordinate representation of color #956CDE: hue angle of 261.58º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #956CDE is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 108 | 222 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.13 |
| HSL | 261.58º | 0.63% | 0.65% | - |
| HSV(B) | 261.58º | 0.51% | 0.87% | - |
| XYZ | 30.94 | 22.39 | 71.8 | - |
| YUV | 133.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 222 | 0.33 | 0.51 | 0 | 0.13 | 261.58 | 0.63 | 0.65 |
| Hex | 95 | 6C | DE | 21 | 33 | 0 | D | 106 | 3F | 41 |
| Octal | 225 | 154 | 336 | 41 | 63 | 0 | 15 | 406 | 77 | 101 |
| Binary | 10010101 | 1101100 | 11011110 | 100001 | 110011 | 0 | 1101 | 100000110 | 111111 | 1000001 |
Color Harmonies of #956CDE
Complementary color
Monochromatic Colors of #956CDE
Black with #956CDE
Text Example
Text Example
White with #956CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956CDE; }
p { color: rgb(149,108,222); }
H1.HeaderClassName
{
color: #956CDE;
}
.AnyTagClassName
{
color: #956CDE;
}
</style>
background-color css
<style>
a { background-color: #956CDE; }
a { background-color: rgb(149,108,222); }
div.DivClassName
{
background-color: #956CDE;
}
.BgClassName
{
background-color: #956CDE;
}
</style>
border-color css
<style>
span { border-color: #956CDE; }
span { border-color: rgb(149,108,222); }
td.TdClassName
{
border-color: #956CDE;
}
.TagClassName
{
border-color: #956CDE;
}
</style>