Shades of Medium Purple #956DDC
Tints of Medium Purple #956DDC
RGB
CMYK
RGB Variations
Color information
#956DDC (or 0x956DDC) is known color: Medium Purple. HEX triplet: 95, 6D and DC. RGB value is (149,109,220). Sum of RGB (Red+Green+Blue) = 149+109+220=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #956DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DDC is #6A9223. Grayscale: #858585. Windows color (decimal): -6984228 or 14445973. OLE color: 14445973.
HSL color Cylindrical-coordinate representation of color #956DDC: hue angle of 261.62º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #956DDC is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 109 | 220 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.14 |
| HSL | 261.62º | 0.61% | 0.65% | - |
| HSV(B) | 261.62º | 0.5% | 0.86% | - |
| XYZ | 30.78 | 22.49 | 70.43 | - |
| YUV | 133.61 | 176.75 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 220 | 0.32 | 0.50 | 0 | 0.14 | 261.62 | 0.61 | 0.65 |
| Hex | 95 | 6D | DC | 20 | 32 | 0 | E | 106 | 3D | 41 |
| Octal | 225 | 155 | 334 | 40 | 62 | 0 | 16 | 406 | 75 | 101 |
| Binary | 10010101 | 1101101 | 11011100 | 100000 | 110010 | 0 | 1110 | 100000110 | 111101 | 1000001 |
Color Harmonies of #956DDC
Complementary color
Monochromatic Colors of #956DDC
Black with #956DDC
Text Example
Text Example
White with #956DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DDC; }
p { color: rgb(149,109,220); }
H1.HeaderClassName
{
color: #956DDC;
}
.AnyTagClassName
{
color: #956DDC;
}
</style>
background-color css
<style>
a { background-color: #956DDC; }
a { background-color: rgb(149,109,220); }
div.DivClassName
{
background-color: #956DDC;
}
.BgClassName
{
background-color: #956DDC;
}
</style>
border-color css
<style>
span { border-color: #956DDC; }
span { border-color: rgb(149,109,220); }
td.TdClassName
{
border-color: #956DDC;
}
.TagClassName
{
border-color: #956DDC;
}
</style>