Shades of Medium Purple #955EEB
Tints of Medium Purple #955EEB
RGB
CMYK
RGB Variations
Color information
#955EEB (or 0x955EEB) is known color: Medium Purple. HEX triplet: 95, 5E and EB. RGB value is (149,94,235). Sum of RGB (Red+Green+Blue) = 149+94+235=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #955EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955EEB is #6AA114. Grayscale: #7E7E7E. Windows color (decimal): -6988053 or 15425173. OLE color: 15425173.
HSL color Cylindrical-coordinate representation of color #955EEB: hue angle of 263.4º 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 #955EEB is Cyan = 0.37, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 94 | 235 | - |
| CMYK | 0.37 | 0.6 | 0 | 0.08 |
| HSL | 263.4º | 0.78% | 0.65% | - |
| HSV(B) | 263.4º | 0.6% | 0.92% | - |
| XYZ | 31.39 | 20.39 | 80.88 | - |
| YUV | 126.52 | 189.22 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 235 | 0.37 | 0.6 | 0 | 0.08 | 263.4 | 0.78 | 0.65 |
| Hex | 95 | 5E | EB | 25 | 3C | 0 | 8 | 107 | 4E | 41 |
| Octal | 225 | 136 | 353 | 45 | 74 | 0 | 10 | 407 | 116 | 101 |
| Binary | 10010101 | 1011110 | 11101011 | 100101 | 111100 | 0 | 1000 | 100000111 | 1001110 | 1000001 |
Color Harmonies of #955EEB
Complementary color
Monochromatic Colors of #955EEB
Black with #955EEB
Text Example
Text Example
White with #955EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EEB; }
p { color: rgb(149,94,235); }
H1.HeaderClassName
{
color: #955EEB;
}
.AnyTagClassName
{
color: #955EEB;
}
</style>
background-color css
<style>
a { background-color: #955EEB; }
a { background-color: rgb(149,94,235); }
div.DivClassName
{
background-color: #955EEB;
}
.BgClassName
{
background-color: #955EEB;
}
</style>
border-color css
<style>
span { border-color: #955EEB; }
span { border-color: rgb(149,94,235); }
td.TdClassName
{
border-color: #955EEB;
}
.TagClassName
{
border-color: #955EEB;
}
</style>