Shades of Medium Purple #956FDB
Tints of Medium Purple #956FDB
RGB
CMYK
RGB Variations
Color information
#956FDB (or 0x956FDB) is known color: Medium Purple. HEX triplet: 95, 6F and DB. RGB value is (149,111,219). Sum of RGB (Red+Green+Blue) = 149+111+219=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #956FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FDB is #6A9024. Grayscale: #868686. Windows color (decimal): -6983717 or 14380949. OLE color: 14380949.
HSL color Cylindrical-coordinate representation of color #956FDB: hue angle of 261.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #956FDB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 111 | 219 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.14 |
| HSL | 261.11º | 0.6% | 0.65% | - |
| HSV(B) | 261.11º | 0.49% | 0.86% | - |
| XYZ | 30.87 | 22.87 | 69.81 | - |
| YUV | 134.67 | 175.59 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 219 | 0.32 | 0.49 | 0 | 0.14 | 261.11 | 0.6 | 0.65 |
| Hex | 95 | 6F | DB | 20 | 31 | 0 | E | 105 | 3C | 41 |
| Octal | 225 | 157 | 333 | 40 | 61 | 0 | 16 | 405 | 74 | 101 |
| Binary | 10010101 | 1101111 | 11011011 | 100000 | 110001 | 0 | 1110 | 100000101 | 111100 | 1000001 |
Color Harmonies of #956FDB
Complementary color
Monochromatic Colors of #956FDB
Black with #956FDB
Text Example
Text Example
White with #956FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FDB; }
p { color: rgb(149,111,219); }
H1.HeaderClassName
{
color: #956FDB;
}
.AnyTagClassName
{
color: #956FDB;
}
</style>
background-color css
<style>
a { background-color: #956FDB; }
a { background-color: rgb(149,111,219); }
div.DivClassName
{
background-color: #956FDB;
}
.BgClassName
{
background-color: #956FDB;
}
</style>
border-color css
<style>
span { border-color: #956FDB; }
span { border-color: rgb(149,111,219); }
td.TdClassName
{
border-color: #956FDB;
}
.TagClassName
{
border-color: #956FDB;
}
</style>