Shades of Medium Purple #956DDD
Tints of Medium Purple #956DDD
RGB
CMYK
RGB Variations
Color information
#956DDD (or 0x956DDD) is known color: Medium Purple. HEX triplet: 95, 6D and DD. RGB value is (149,109,221). Sum of RGB (Red+Green+Blue) = 149+109+221=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #956DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DDD is #6A9222. Grayscale: #858585. Windows color (decimal): -6984227 or 14511509. OLE color: 14511509.
HSL color Cylindrical-coordinate representation of color #956DDD: hue angle of 261.43º degrees, saturation: 0.62, 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 #956DDD is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 109 | 221 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.13 |
| HSL | 261.43º | 0.62% | 0.65% | - |
| HSV(B) | 261.43º | 0.51% | 0.87% | - |
| XYZ | 30.91 | 22.55 | 71.13 | - |
| YUV | 133.73 | 177.25 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 221 | 0.33 | 0.51 | 0 | 0.13 | 261.43 | 0.62 | 0.65 |
| Hex | 95 | 6D | DD | 21 | 33 | 0 | D | 105 | 3E | 41 |
| Octal | 225 | 155 | 335 | 41 | 63 | 0 | 15 | 405 | 76 | 101 |
| Binary | 10010101 | 1101101 | 11011101 | 100001 | 110011 | 0 | 1101 | 100000101 | 111110 | 1000001 |
Color Harmonies of #956DDD
Complementary color
Monochromatic Colors of #956DDD
Black with #956DDD
Text Example
Text Example
White with #956DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DDD; }
p { color: rgb(149,109,221); }
H1.HeaderClassName
{
color: #956DDD;
}
.AnyTagClassName
{
color: #956DDD;
}
</style>
background-color css
<style>
a { background-color: #956DDD; }
a { background-color: rgb(149,109,221); }
div.DivClassName
{
background-color: #956DDD;
}
.BgClassName
{
background-color: #956DDD;
}
</style>
border-color css
<style>
span { border-color: #956DDD; }
span { border-color: rgb(149,109,221); }
td.TdClassName
{
border-color: #956DDD;
}
.TagClassName
{
border-color: #956DDD;
}
</style>