Shades of Medium Purple #956ADB
Tints of Medium Purple #956ADB
RGB
CMYK
RGB Variations
Color information
#956ADB (or 0x956ADB) is known color: Medium Purple. HEX triplet: 95, 6A and DB. RGB value is (149,106,219). Sum of RGB (Red+Green+Blue) = 149+106+219=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #956ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ADB is #6A9524. Grayscale: #838383. Windows color (decimal): -6984997 or 14379669. OLE color: 14379669.
HSL color Cylindrical-coordinate representation of color #956ADB: hue angle of 262.83º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #956ADB is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 106 | 219 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.14 |
| HSL | 262.83º | 0.61% | 0.64% | - |
| HSV(B) | 262.83º | 0.52% | 0.86% | - |
| XYZ | 30.33 | 21.81 | 69.63 | - |
| YUV | 131.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 219 | 0.32 | 0.52 | 0 | 0.14 | 262.83 | 0.61 | 0.64 |
| Hex | 95 | 6A | DB | 20 | 34 | 0 | E | 107 | 3D | 40 |
| Octal | 225 | 152 | 333 | 40 | 64 | 0 | 16 | 407 | 75 | 100 |
| Binary | 10010101 | 1101010 | 11011011 | 100000 | 110100 | 0 | 1110 | 100000111 | 111101 | 1000000 |
Color Harmonies of #956ADB
Complementary color
Monochromatic Colors of #956ADB
Black with #956ADB
Text Example
Text Example
White with #956ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956ADB; }
p { color: rgb(149,106,219); }
H1.HeaderClassName
{
color: #956ADB;
}
.AnyTagClassName
{
color: #956ADB;
}
</style>
background-color css
<style>
a { background-color: #956ADB; }
a { background-color: rgb(149,106,219); }
div.DivClassName
{
background-color: #956ADB;
}
.BgClassName
{
background-color: #956ADB;
}
</style>
border-color css
<style>
span { border-color: #956ADB; }
span { border-color: rgb(149,106,219); }
td.TdClassName
{
border-color: #956ADB;
}
.TagClassName
{
border-color: #956ADB;
}
</style>