Shades of Medium Purple #954FEF
Tints of Medium Purple #954FEF
RGB
CMYK
RGB Variations
Color information
#954FEF (or 0x954FEF) is known color: Medium Purple. HEX triplet: 95, 4F and EF. RGB value is (149,79,239). Sum of RGB (Red+Green+Blue) = 149+79+239=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #954FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FEF is #6AB010. Grayscale: #757575. Windows color (decimal): -6991889 or 15683477. OLE color: 15683477.
HSL color Cylindrical-coordinate representation of color #954FEF: hue angle of 266.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954FEF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 79 | 239 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.06 |
| HSL | 266.25º | 0.83% | 0.62% | - |
| HSV(B) | 266.25º | 0.67% | 0.94% | - |
| XYZ | 30.77 | 18.21 | 83.56 | - |
| YUV | 118.17 | 196.19 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 239 | 0.38 | 0.67 | 0 | 0.06 | 266.25 | 0.83 | 0.62 |
| Hex | 95 | 4F | EF | 26 | 43 | 0 | 6 | 10A | 53 | 3E |
| Octal | 225 | 117 | 357 | 46 | 103 | 0 | 6 | 412 | 123 | 76 |
| Binary | 10010101 | 1001111 | 11101111 | 100110 | 1000011 | 0 | 110 | 100001010 | 1010011 | 111110 |
Color Harmonies of #954FEF
Complementary color
Monochromatic Colors of #954FEF
Black with #954FEF
Text Example
Text Example
White with #954FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FEF; }
p { color: rgb(149,79,239); }
H1.HeaderClassName
{
color: #954FEF;
}
.AnyTagClassName
{
color: #954FEF;
}
</style>
background-color css
<style>
a { background-color: #954FEF; }
a { background-color: rgb(149,79,239); }
div.DivClassName
{
background-color: #954FEF;
}
.BgClassName
{
background-color: #954FEF;
}
</style>
border-color css
<style>
span { border-color: #954FEF; }
span { border-color: rgb(149,79,239); }
td.TdClassName
{
border-color: #954FEF;
}
.TagClassName
{
border-color: #954FEF;
}
</style>