Shades of Medium Purple #956AED
Tints of Medium Purple #956AED
RGB
CMYK
RGB Variations
Color information
#956AED (or 0x956AED) is known color: Medium Purple. HEX triplet: 95, 6A and ED. RGB value is (149,106,237). Sum of RGB (Red+Green+Blue) = 149+106+237=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #956AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956AED is #6A9512. Grayscale: #858585. Windows color (decimal): -6984979 or 15559317. OLE color: 15559317.
HSL color Cylindrical-coordinate representation of color #956AED: hue angle of 259.69º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #956AED is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 106 | 237 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.07 |
| HSL | 259.69º | 0.78% | 0.67% | - |
| HSV(B) | 259.69º | 0.55% | 0.93% | - |
| XYZ | 32.83 | 22.81 | 82.79 | - |
| YUV | 133.79 | 186.25 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 237 | 0.37 | 0.55 | 0 | 0.07 | 259.69 | 0.78 | 0.67 |
| Hex | 95 | 6A | ED | 25 | 37 | 0 | 7 | 104 | 4E | 43 |
| Octal | 225 | 152 | 355 | 45 | 67 | 0 | 7 | 404 | 116 | 103 |
| Binary | 10010101 | 1101010 | 11101101 | 100101 | 110111 | 0 | 111 | 100000100 | 1001110 | 1000011 |
Color Harmonies of #956AED
Complementary color
Monochromatic Colors of #956AED
Black with #956AED
Text Example
Text Example
White with #956AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956AED; }
p { color: rgb(149,106,237); }
H1.HeaderClassName
{
color: #956AED;
}
.AnyTagClassName
{
color: #956AED;
}
</style>
background-color css
<style>
a { background-color: #956AED; }
a { background-color: rgb(149,106,237); }
div.DivClassName
{
background-color: #956AED;
}
.BgClassName
{
background-color: #956AED;
}
</style>
border-color css
<style>
span { border-color: #956AED; }
span { border-color: rgb(149,106,237); }
td.TdClassName
{
border-color: #956AED;
}
.TagClassName
{
border-color: #956AED;
}
</style>