Shades of Medium Purple #955FEE
Tints of Medium Purple #955FEE
RGB
CMYK
RGB Variations
Color information
#955FEE (or 0x955FEE) is known color: Medium Purple. HEX triplet: 95, 5F and EE. RGB value is (149,95,238). Sum of RGB (Red+Green+Blue) = 149+95+238=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #955FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FEE is #6AA011. Grayscale: #7E7E7E. Windows color (decimal): -6987794 or 15622037. OLE color: 15622037.
HSL color Cylindrical-coordinate representation of color #955FEE: hue angle of 262.66º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #955FEE is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 95 | 238 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.07 |
| HSL | 262.66º | 0.81% | 0.65% | - |
| HSV(B) | 262.66º | 0.6% | 0.93% | - |
| XYZ | 31.92 | 20.75 | 83.21 | - |
| YUV | 127.45 | 190.39 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 238 | 0.37 | 0.60 | 0 | 0.07 | 262.66 | 0.81 | 0.65 |
| Hex | 95 | 5F | EE | 25 | 3C | 0 | 7 | 107 | 51 | 41 |
| Octal | 225 | 137 | 356 | 45 | 74 | 0 | 7 | 407 | 121 | 101 |
| Binary | 10010101 | 1011111 | 11101110 | 100101 | 111100 | 0 | 111 | 100000111 | 1010001 | 1000001 |
Color Harmonies of #955FEE
Complementary color
Monochromatic Colors of #955FEE
Black with #955FEE
Text Example
Text Example
White with #955FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FEE; }
p { color: rgb(149,95,238); }
H1.HeaderClassName
{
color: #955FEE;
}
.AnyTagClassName
{
color: #955FEE;
}
</style>
background-color css
<style>
a { background-color: #955FEE; }
a { background-color: rgb(149,95,238); }
div.DivClassName
{
background-color: #955FEE;
}
.BgClassName
{
background-color: #955FEE;
}
</style>
border-color css
<style>
span { border-color: #955FEE; }
span { border-color: rgb(149,95,238); }
td.TdClassName
{
border-color: #955FEE;
}
.TagClassName
{
border-color: #955FEE;
}
</style>