Shades of Medium Purple #956BEB
Tints of Medium Purple #956BEB
RGB
CMYK
RGB Variations
Color information
#956BEB (or 0x956BEB) is known color: Medium Purple. HEX triplet: 95, 6B and EB. RGB value is (149,107,235). Sum of RGB (Red+Green+Blue) = 149+107+235=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #956BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956BEB is #6A9414. Grayscale: #858585. Windows color (decimal): -6984725 or 15428501. OLE color: 15428501.
HSL color Cylindrical-coordinate representation of color #956BEB: hue angle of 259.69º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #956BEB is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 107 | 235 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.08 |
| HSL | 259.69º | 0.76% | 0.67% | - |
| HSV(B) | 259.69º | 0.54% | 0.92% | - |
| XYZ | 32.65 | 22.9 | 81.3 | - |
| YUV | 134.15 | 184.91 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 235 | 0.37 | 0.54 | 0 | 0.08 | 259.69 | 0.76 | 0.67 |
| Hex | 95 | 6B | EB | 25 | 36 | 0 | 8 | 104 | 4C | 43 |
| Octal | 225 | 153 | 353 | 45 | 66 | 0 | 10 | 404 | 114 | 103 |
| Binary | 10010101 | 1101011 | 11101011 | 100101 | 110110 | 0 | 1000 | 100000100 | 1001100 | 1000011 |
Color Harmonies of #956BEB
Complementary color
Monochromatic Colors of #956BEB
Black with #956BEB
Text Example
Text Example
White with #956BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BEB; }
p { color: rgb(149,107,235); }
H1.HeaderClassName
{
color: #956BEB;
}
.AnyTagClassName
{
color: #956BEB;
}
</style>
background-color css
<style>
a { background-color: #956BEB; }
a { background-color: rgb(149,107,235); }
div.DivClassName
{
background-color: #956BEB;
}
.BgClassName
{
background-color: #956BEB;
}
</style>
border-color css
<style>
span { border-color: #956BEB; }
span { border-color: rgb(149,107,235); }
td.TdClassName
{
border-color: #956BEB;
}
.TagClassName
{
border-color: #956BEB;
}
</style>