Shades of Medium Purple #955FEB
Tints of Medium Purple #955FEB
RGB
CMYK
RGB Variations
Color information
#955FEB (or 0x955FEB) is known color: Medium Purple. HEX triplet: 95, 5F and EB. RGB value is (149,95,235). Sum of RGB (Red+Green+Blue) = 149+95+235=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #955FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FEB is #6AA014. Grayscale: #7E7E7E. Windows color (decimal): -6987797 or 15425429. OLE color: 15425429.
HSL color Cylindrical-coordinate representation of color #955FEB: hue angle of 263.14º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #955FEB is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 95 | 235 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.08 |
| HSL | 263.14º | 0.78% | 0.65% | - |
| HSV(B) | 263.14º | 0.6% | 0.92% | - |
| XYZ | 31.48 | 20.57 | 80.91 | - |
| YUV | 127.11 | 188.89 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 235 | 0.37 | 0.60 | 0 | 0.08 | 263.14 | 0.78 | 0.65 |
| Hex | 95 | 5F | EB | 25 | 3C | 0 | 8 | 107 | 4E | 41 |
| Octal | 225 | 137 | 353 | 45 | 74 | 0 | 10 | 407 | 116 | 101 |
| Binary | 10010101 | 1011111 | 11101011 | 100101 | 111100 | 0 | 1000 | 100000111 | 1001110 | 1000001 |
Color Harmonies of #955FEB
Complementary color
Monochromatic Colors of #955FEB
Black with #955FEB
Text Example
Text Example
White with #955FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FEB; }
p { color: rgb(149,95,235); }
H1.HeaderClassName
{
color: #955FEB;
}
.AnyTagClassName
{
color: #955FEB;
}
</style>
background-color css
<style>
a { background-color: #955FEB; }
a { background-color: rgb(149,95,235); }
div.DivClassName
{
background-color: #955FEB;
}
.BgClassName
{
background-color: #955FEB;
}
</style>
border-color css
<style>
span { border-color: #955FEB; }
span { border-color: rgb(149,95,235); }
td.TdClassName
{
border-color: #955FEB;
}
.TagClassName
{
border-color: #955FEB;
}
</style>