Shades of Medium Purple #956CDB
Tints of Medium Purple #956CDB
RGB
CMYK
RGB Variations
Color information
#956CDB (or 0x956CDB) is known color: Medium Purple. HEX triplet: 95, 6C and DB. RGB value is (149,108,219). Sum of RGB (Red+Green+Blue) = 149+108+219=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #956CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CDB is #6A9324. Grayscale: #848484. Windows color (decimal): -6984485 or 14380181. OLE color: 14380181.
HSL color Cylindrical-coordinate representation of color #956CDB: hue angle of 262.16º 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 #956CDB is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 108 | 219 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.14 |
| HSL | 262.16º | 0.61% | 0.64% | - |
| HSV(B) | 262.16º | 0.51% | 0.86% | - |
| XYZ | 30.54 | 22.23 | 69.7 | - |
| YUV | 132.91 | 176.58 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 219 | 0.32 | 0.51 | 0 | 0.14 | 262.16 | 0.61 | 0.64 |
| Hex | 95 | 6C | DB | 20 | 33 | 0 | E | 106 | 3D | 40 |
| Octal | 225 | 154 | 333 | 40 | 63 | 0 | 16 | 406 | 75 | 100 |
| Binary | 10010101 | 1101100 | 11011011 | 100000 | 110011 | 0 | 1110 | 100000110 | 111101 | 1000000 |
Color Harmonies of #956CDB
Complementary color
Monochromatic Colors of #956CDB
Black with #956CDB
Text Example
Text Example
White with #956CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956CDB; }
p { color: rgb(149,108,219); }
H1.HeaderClassName
{
color: #956CDB;
}
.AnyTagClassName
{
color: #956CDB;
}
</style>
background-color css
<style>
a { background-color: #956CDB; }
a { background-color: rgb(149,108,219); }
div.DivClassName
{
background-color: #956CDB;
}
.BgClassName
{
background-color: #956CDB;
}
</style>
border-color css
<style>
span { border-color: #956CDB; }
span { border-color: rgb(149,108,219); }
td.TdClassName
{
border-color: #956CDB;
}
.TagClassName
{
border-color: #956CDB;
}
</style>