Shades of Medium Purple #956BDF
Tints of Medium Purple #956BDF
RGB
CMYK
RGB Variations
Color information
#956BDF (or 0x956BDF) is known color: Medium Purple. HEX triplet: 95, 6B and DF. RGB value is (149,107,223). Sum of RGB (Red+Green+Blue) = 149+107+223=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #956BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BDF is #6A9420. Grayscale: #848484. Windows color (decimal): -6984737 or 14642069. OLE color: 14642069.
HSL color Cylindrical-coordinate representation of color #956BDF: hue angle of 261.72º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #956BDF is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 107 | 223 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.13 |
| HSL | 261.72º | 0.64% | 0.65% | - |
| HSV(B) | 261.72º | 0.52% | 0.87% | - |
| XYZ | 30.97 | 22.23 | 72.47 | - |
| YUV | 132.78 | 178.91 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 223 | 0.33 | 0.52 | 0 | 0.13 | 261.72 | 0.64 | 0.65 |
| Hex | 95 | 6B | DF | 21 | 34 | 0 | D | 106 | 40 | 41 |
| Octal | 225 | 153 | 337 | 41 | 64 | 0 | 15 | 406 | 100 | 101 |
| Binary | 10010101 | 1101011 | 11011111 | 100001 | 110100 | 0 | 1101 | 100000110 | 1000000 | 1000001 |
Color Harmonies of #956BDF
Complementary color
Monochromatic Colors of #956BDF
Black with #956BDF
Text Example
Text Example
White with #956BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BDF; }
p { color: rgb(149,107,223); }
H1.HeaderClassName
{
color: #956BDF;
}
.AnyTagClassName
{
color: #956BDF;
}
</style>
background-color css
<style>
a { background-color: #956BDF; }
a { background-color: rgb(149,107,223); }
div.DivClassName
{
background-color: #956BDF;
}
.BgClassName
{
background-color: #956BDF;
}
</style>
border-color css
<style>
span { border-color: #956BDF; }
span { border-color: rgb(149,107,223); }
td.TdClassName
{
border-color: #956BDF;
}
.TagClassName
{
border-color: #956BDF;
}
</style>