Shades of Medium Purple #956BDE
Tints of Medium Purple #956BDE
RGB
CMYK
RGB Variations
Color information
#956BDE (or 0x956BDE) is known color: Medium Purple. HEX triplet: 95, 6B and DE. RGB value is (149,107,222). Sum of RGB (Red+Green+Blue) = 149+107+222=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #956BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BDE is #6A9421. Grayscale: #848484. Windows color (decimal): -6984738 or 14576533. OLE color: 14576533.
HSL color Cylindrical-coordinate representation of color #956BDE: hue angle of 261.91º 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 #956BDE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 107 | 222 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.13 |
| HSL | 261.91º | 0.64% | 0.65% | - |
| HSV(B) | 261.91º | 0.52% | 0.87% | - |
| XYZ | 30.84 | 22.18 | 71.76 | - |
| YUV | 132.67 | 178.41 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 222 | 0.33 | 0.52 | 0 | 0.13 | 261.91 | 0.64 | 0.65 |
| Hex | 95 | 6B | DE | 21 | 34 | 0 | D | 106 | 40 | 41 |
| Octal | 225 | 153 | 336 | 41 | 64 | 0 | 15 | 406 | 100 | 101 |
| Binary | 10010101 | 1101011 | 11011110 | 100001 | 110100 | 0 | 1101 | 100000110 | 1000000 | 1000001 |
Color Harmonies of #956BDE
Complementary color
Monochromatic Colors of #956BDE
Black with #956BDE
Text Example
Text Example
White with #956BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BDE; }
p { color: rgb(149,107,222); }
H1.HeaderClassName
{
color: #956BDE;
}
.AnyTagClassName
{
color: #956BDE;
}
</style>
background-color css
<style>
a { background-color: #956BDE; }
a { background-color: rgb(149,107,222); }
div.DivClassName
{
background-color: #956BDE;
}
.BgClassName
{
background-color: #956BDE;
}
</style>
border-color css
<style>
span { border-color: #956BDE; }
span { border-color: rgb(149,107,222); }
td.TdClassName
{
border-color: #956BDE;
}
.TagClassName
{
border-color: #956BDE;
}
</style>