Shades of Medium Purple #954FEE
Tints of Medium Purple #954FEE
RGB
CMYK
RGB Variations
Color information
#954FEE (or 0x954FEE) is known color: Medium Purple. HEX triplet: 95, 4F and EE. RGB value is (149,79,238). Sum of RGB (Red+Green+Blue) = 149+79+238=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #954FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FEE is #6AB011. Grayscale: #757575. Windows color (decimal): -6991890 or 15617941. OLE color: 15617941.
HSL color Cylindrical-coordinate representation of color #954FEE: hue angle of 266.42º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954FEE is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 79 | 238 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.07 |
| HSL | 266.42º | 0.82% | 0.62% | - |
| HSV(B) | 266.42º | 0.67% | 0.93% | - |
| XYZ | 30.62 | 18.15 | 82.78 | - |
| YUV | 118.06 | 195.69 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 238 | 0.37 | 0.67 | 0 | 0.07 | 266.42 | 0.82 | 0.62 |
| Hex | 95 | 4F | EE | 25 | 43 | 0 | 7 | 10A | 52 | 3E |
| Octal | 225 | 117 | 356 | 45 | 103 | 0 | 7 | 412 | 122 | 76 |
| Binary | 10010101 | 1001111 | 11101110 | 100101 | 1000011 | 0 | 111 | 100001010 | 1010010 | 111110 |
Color Harmonies of #954FEE
Complementary color
Monochromatic Colors of #954FEE
Black with #954FEE
Text Example
Text Example
White with #954FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FEE; }
p { color: rgb(149,79,238); }
H1.HeaderClassName
{
color: #954FEE;
}
.AnyTagClassName
{
color: #954FEE;
}
</style>
background-color css
<style>
a { background-color: #954FEE; }
a { background-color: rgb(149,79,238); }
div.DivClassName
{
background-color: #954FEE;
}
.BgClassName
{
background-color: #954FEE;
}
</style>
border-color css
<style>
span { border-color: #954FEE; }
span { border-color: rgb(149,79,238); }
td.TdClassName
{
border-color: #954FEE;
}
.TagClassName
{
border-color: #954FEE;
}
</style>