Shades of Medium Purple #956BED
Tints of Medium Purple #956BED
RGB
CMYK
RGB Variations
Color information
#956BED (or 0x956BED) is known color: Medium Purple. HEX triplet: 95, 6B and ED. RGB value is (149,107,237). Sum of RGB (Red+Green+Blue) = 149+107+237=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #956BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956BED is #6A9412. Grayscale: #858585. Windows color (decimal): -6984723 or 15559573. OLE color: 15559573.
HSL color Cylindrical-coordinate representation of color #956BED: hue angle of 259.38º 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 #956BED is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 107 | 237 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.07 |
| HSL | 259.38º | 0.78% | 0.67% | - |
| HSV(B) | 259.38º | 0.55% | 0.93% | - |
| XYZ | 32.94 | 23.02 | 82.83 | - |
| YUV | 134.38 | 185.91 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 237 | 0.37 | 0.55 | 0 | 0.07 | 259.38 | 0.78 | 0.67 |
| Hex | 95 | 6B | ED | 25 | 37 | 0 | 7 | 103 | 4E | 43 |
| Octal | 225 | 153 | 355 | 45 | 67 | 0 | 7 | 403 | 116 | 103 |
| Binary | 10010101 | 1101011 | 11101101 | 100101 | 110111 | 0 | 111 | 100000011 | 1001110 | 1000011 |
Color Harmonies of #956BED
Complementary color
Monochromatic Colors of #956BED
Black with #956BED
Text Example
Text Example
White with #956BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BED; }
p { color: rgb(149,107,237); }
H1.HeaderClassName
{
color: #956BED;
}
.AnyTagClassName
{
color: #956BED;
}
</style>
background-color css
<style>
a { background-color: #956BED; }
a { background-color: rgb(149,107,237); }
div.DivClassName
{
background-color: #956BED;
}
.BgClassName
{
background-color: #956BED;
}
</style>
border-color css
<style>
span { border-color: #956BED; }
span { border-color: rgb(149,107,237); }
td.TdClassName
{
border-color: #956BED;
}
.TagClassName
{
border-color: #956BED;
}
</style>