Shades of Medium Purple #956BE0
Tints of Medium Purple #956BE0
RGB
CMYK
RGB Variations
Color information
#956BE0 (or 0x956BE0) is known color: Medium Purple. HEX triplet: 95, 6B and E0. RGB value is (149,107,224). Sum of RGB (Red+Green+Blue) = 149+107+224=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #956BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BE0 is #6A941F. Grayscale: #848484. Windows color (decimal): -6984736 or 14707605. OLE color: 14707605.
HSL color Cylindrical-coordinate representation of color #956BE0: hue angle of 261.54º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #956BE0 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 107 | 224 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.12 |
| HSL | 261.54º | 0.65% | 0.65% | - |
| HSV(B) | 261.54º | 0.52% | 0.88% | - |
| XYZ | 31.11 | 22.29 | 73.18 | - |
| YUV | 132.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 224 | 0.33 | 0.52 | 0 | 0.12 | 261.54 | 0.65 | 0.65 |
| Hex | 95 | 6B | E0 | 21 | 34 | 0 | C | 106 | 41 | 41 |
| Octal | 225 | 153 | 340 | 41 | 64 | 0 | 14 | 406 | 101 | 101 |
| Binary | 10010101 | 1101011 | 11100000 | 100001 | 110100 | 0 | 1100 | 100000110 | 1000001 | 1000001 |
Color Harmonies of #956BE0
Complementary color
Monochromatic Colors of #956BE0
Black with #956BE0
Text Example
Text Example
White with #956BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BE0; }
p { color: rgb(149,107,224); }
H1.HeaderClassName
{
color: #956BE0;
}
.AnyTagClassName
{
color: #956BE0;
}
</style>
background-color css
<style>
a { background-color: #956BE0; }
a { background-color: rgb(149,107,224); }
div.DivClassName
{
background-color: #956BE0;
}
.BgClassName
{
background-color: #956BE0;
}
</style>
border-color css
<style>
span { border-color: #956BE0; }
span { border-color: rgb(149,107,224); }
td.TdClassName
{
border-color: #956BE0;
}
.TagClassName
{
border-color: #956BE0;
}
</style>