Shades of Medium Purple #956CDD
Tints of Medium Purple #956CDD
RGB
CMYK
RGB Variations
Color information
#956CDD (or 0x956CDD) is known color: Medium Purple. HEX triplet: 95, 6C and DD. RGB value is (149,108,221). Sum of RGB (Red+Green+Blue) = 149+108+221=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #956CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CDD is #6A9322. Grayscale: #848484. Windows color (decimal): -6984483 or 14511253. OLE color: 14511253.
HSL color Cylindrical-coordinate representation of color #956CDD: hue angle of 261.77º 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 #956CDD is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 108 | 221 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.13 |
| HSL | 261.77º | 0.62% | 0.65% | - |
| HSV(B) | 261.77º | 0.51% | 0.87% | - |
| XYZ | 30.81 | 22.34 | 71.09 | - |
| YUV | 133.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 221 | 0.33 | 0.51 | 0 | 0.13 | 261.77 | 0.62 | 0.65 |
| Hex | 95 | 6C | DD | 21 | 33 | 0 | D | 106 | 3E | 41 |
| Octal | 225 | 154 | 335 | 41 | 63 | 0 | 15 | 406 | 76 | 101 |
| Binary | 10010101 | 1101100 | 11011101 | 100001 | 110011 | 0 | 1101 | 100000110 | 111110 | 1000001 |
Color Harmonies of #956CDD
Complementary color
Monochromatic Colors of #956CDD
Black with #956CDD
Text Example
Text Example
White with #956CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956CDD; }
p { color: rgb(149,108,221); }
H1.HeaderClassName
{
color: #956CDD;
}
.AnyTagClassName
{
color: #956CDD;
}
</style>
background-color css
<style>
a { background-color: #956CDD; }
a { background-color: rgb(149,108,221); }
div.DivClassName
{
background-color: #956CDD;
}
.BgClassName
{
background-color: #956CDD;
}
</style>
border-color css
<style>
span { border-color: #956CDD; }
span { border-color: rgb(149,108,221); }
td.TdClassName
{
border-color: #956CDD;
}
.TagClassName
{
border-color: #956CDD;
}
</style>