Shades of Medium Purple #955BEB
Tints of Medium Purple #955BEB
RGB
CMYK
RGB Variations
Color information
#955BEB (or 0x955BEB) is known color: Medium Purple. HEX triplet: 95, 5B and EB. RGB value is (149,91,235). Sum of RGB (Red+Green+Blue) = 149+91+235=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #955BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955BEB is #6AA414. Grayscale: #7C7C7C. Windows color (decimal): -6988821 or 15424405. OLE color: 15424405.
HSL color Cylindrical-coordinate representation of color #955BEB: hue angle of 264.17º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #955BEB is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 91 | 235 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.08 |
| HSL | 264.17º | 0.78% | 0.64% | - |
| HSV(B) | 264.17º | 0.61% | 0.92% | - |
| XYZ | 31.13 | 19.87 | 80.79 | - |
| YUV | 124.76 | 190.22 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 235 | 0.37 | 0.61 | 0 | 0.08 | 264.17 | 0.78 | 0.64 |
| Hex | 95 | 5B | EB | 25 | 3D | 0 | 8 | 108 | 4E | 40 |
| Octal | 225 | 133 | 353 | 45 | 75 | 0 | 10 | 410 | 116 | 100 |
| Binary | 10010101 | 1011011 | 11101011 | 100101 | 111101 | 0 | 1000 | 100001000 | 1001110 | 1000000 |
Color Harmonies of #955BEB
Complementary color
Monochromatic Colors of #955BEB
Black with #955BEB
Text Example
Text Example
White with #955BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955BEB; }
p { color: rgb(149,91,235); }
H1.HeaderClassName
{
color: #955BEB;
}
.AnyTagClassName
{
color: #955BEB;
}
</style>
background-color css
<style>
a { background-color: #955BEB; }
a { background-color: rgb(149,91,235); }
div.DivClassName
{
background-color: #955BEB;
}
.BgClassName
{
background-color: #955BEB;
}
</style>
border-color css
<style>
span { border-color: #955BEB; }
span { border-color: rgb(149,91,235); }
td.TdClassName
{
border-color: #955BEB;
}
.TagClassName
{
border-color: #955BEB;
}
</style>