Shades of Medium Purple #956DDA
Tints of Medium Purple #956DDA
RGB
CMYK
RGB Variations
Color information
#956DDA (or 0x956DDA) is known color: Medium Purple. HEX triplet: 95, 6D and DA. RGB value is (149,109,218). Sum of RGB (Red+Green+Blue) = 149+109+218=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #956DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DDA is #6A9225. Grayscale: #848484. Windows color (decimal): -6984230 or 14314901. OLE color: 14314901.
HSL color Cylindrical-coordinate representation of color #956DDA: hue angle of 262.02º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #956DDA is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 109 | 218 | - |
| CMYK | 0.32 | 0.5 | 0 | 0.15 |
| HSL | 262.02º | 0.6% | 0.64% | - |
| HSV(B) | 262.02º | 0.5% | 0.85% | - |
| XYZ | 30.52 | 22.39 | 69.04 | - |
| YUV | 133.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 218 | 0.32 | 0.5 | 0 | 0.15 | 262.02 | 0.6 | 0.64 |
| Hex | 95 | 6D | DA | 20 | 32 | 0 | F | 106 | 3C | 40 |
| Octal | 225 | 155 | 332 | 40 | 62 | 0 | 17 | 406 | 74 | 100 |
| Binary | 10010101 | 1101101 | 11011010 | 100000 | 110010 | 0 | 1111 | 100000110 | 111100 | 1000000 |
Color Harmonies of #956DDA
Complementary color
Monochromatic Colors of #956DDA
Black with #956DDA
Text Example
Text Example
White with #956DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DDA; }
p { color: rgb(149,109,218); }
H1.HeaderClassName
{
color: #956DDA;
}
.AnyTagClassName
{
color: #956DDA;
}
</style>
background-color css
<style>
a { background-color: #956DDA; }
a { background-color: rgb(149,109,218); }
div.DivClassName
{
background-color: #956DDA;
}
.BgClassName
{
background-color: #956DDA;
}
</style>
border-color css
<style>
span { border-color: #956DDA; }
span { border-color: rgb(149,109,218); }
td.TdClassName
{
border-color: #956DDA;
}
.TagClassName
{
border-color: #956DDA;
}
</style>