Shades of Medium Purple #956ADE
Tints of Medium Purple #956ADE
RGB
CMYK
RGB Variations
Color information
#956ADE (or 0x956ADE) is known color: Medium Purple. HEX triplet: 95, 6A and DE. RGB value is (149,106,222). Sum of RGB (Red+Green+Blue) = 149+106+222=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #956ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ADE is #6A9521. Grayscale: #838383. Windows color (decimal): -6984994 or 14576277. OLE color: 14576277.
HSL color Cylindrical-coordinate representation of color #956ADE: hue angle of 262.24º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #956ADE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 106 | 222 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.13 |
| HSL | 262.24º | 0.64% | 0.64% | - |
| HSV(B) | 262.24º | 0.52% | 0.87% | - |
| XYZ | 30.73 | 21.97 | 71.73 | - |
| YUV | 132.08 | 178.75 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 222 | 0.33 | 0.52 | 0 | 0.13 | 262.24 | 0.64 | 0.64 |
| Hex | 95 | 6A | DE | 21 | 34 | 0 | D | 106 | 40 | 40 |
| Octal | 225 | 152 | 336 | 41 | 64 | 0 | 15 | 406 | 100 | 100 |
| Binary | 10010101 | 1101010 | 11011110 | 100001 | 110100 | 0 | 1101 | 100000110 | 1000000 | 1000000 |
Color Harmonies of #956ADE
Complementary color
Monochromatic Colors of #956ADE
Black with #956ADE
Text Example
Text Example
White with #956ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956ADE; }
p { color: rgb(149,106,222); }
H1.HeaderClassName
{
color: #956ADE;
}
.AnyTagClassName
{
color: #956ADE;
}
</style>
background-color css
<style>
a { background-color: #956ADE; }
a { background-color: rgb(149,106,222); }
div.DivClassName
{
background-color: #956ADE;
}
.BgClassName
{
background-color: #956ADE;
}
</style>
border-color css
<style>
span { border-color: #956ADE; }
span { border-color: rgb(149,106,222); }
td.TdClassName
{
border-color: #956ADE;
}
.TagClassName
{
border-color: #956ADE;
}
</style>