Shades of Medium Purple #956BDB
Tints of Medium Purple #956BDB
RGB
CMYK
RGB Variations
Color information
#956BDB (or 0x956BDB) is known color: Medium Purple. HEX triplet: 95, 6B and DB. RGB value is (149,107,219). Sum of RGB (Red+Green+Blue) = 149+107+219=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #956BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BDB is #6A9424. Grayscale: #838383. Windows color (decimal): -6984741 or 14379925. OLE color: 14379925.
HSL color Cylindrical-coordinate representation of color #956BDB: hue angle of 262.5º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #956BDB is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 107 | 219 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.14 |
| HSL | 262.5º | 0.61% | 0.64% | - |
| HSV(B) | 262.5º | 0.51% | 0.86% | - |
| XYZ | 30.44 | 22.02 | 69.66 | - |
| YUV | 132.33 | 176.91 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 219 | 0.32 | 0.51 | 0 | 0.14 | 262.5 | 0.61 | 0.64 |
| Hex | 95 | 6B | DB | 20 | 33 | 0 | E | 106 | 3D | 40 |
| Octal | 225 | 153 | 333 | 40 | 63 | 0 | 16 | 406 | 75 | 100 |
| Binary | 10010101 | 1101011 | 11011011 | 100000 | 110011 | 0 | 1110 | 100000110 | 111101 | 1000000 |
Color Harmonies of #956BDB
Complementary color
Monochromatic Colors of #956BDB
Black with #956BDB
Text Example
Text Example
White with #956BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BDB; }
p { color: rgb(149,107,219); }
H1.HeaderClassName
{
color: #956BDB;
}
.AnyTagClassName
{
color: #956BDB;
}
</style>
background-color css
<style>
a { background-color: #956BDB; }
a { background-color: rgb(149,107,219); }
div.DivClassName
{
background-color: #956BDB;
}
.BgClassName
{
background-color: #956BDB;
}
</style>
border-color css
<style>
span { border-color: #956BDB; }
span { border-color: rgb(149,107,219); }
td.TdClassName
{
border-color: #956BDB;
}
.TagClassName
{
border-color: #956BDB;
}
</style>