Shades of Medium Purple #954FF0
Tints of Medium Purple #954FF0
RGB
CMYK
RGB Variations
Color information
#954FF0 (or 0x954FF0) is known color: Medium Purple. HEX triplet: 95, 4F and F0. RGB value is (149,79,240). Sum of RGB (Red+Green+Blue) = 149+79+240=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #954FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FF0 is #6AB00F. Grayscale: #757575. Windows color (decimal): -6991888 or 15749013. OLE color: 15749013.
HSL color Cylindrical-coordinate representation of color #954FF0: hue angle of 266.09º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954FF0 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 79 | 240 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.06 |
| HSL | 266.09º | 0.84% | 0.63% | - |
| HSV(B) | 266.09º | 0.67% | 0.94% | - |
| XYZ | 30.92 | 18.27 | 84.34 | - |
| YUV | 118.28 | 196.69 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 240 | 0.38 | 0.67 | 0 | 0.06 | 266.09 | 0.84 | 0.63 |
| Hex | 95 | 4F | F0 | 26 | 43 | 0 | 6 | 10A | 54 | 3F |
| Octal | 225 | 117 | 360 | 46 | 103 | 0 | 6 | 412 | 124 | 77 |
| Binary | 10010101 | 1001111 | 11110000 | 100110 | 1000011 | 0 | 110 | 100001010 | 1010100 | 111111 |
Color Harmonies of #954FF0
Complementary color
Monochromatic Colors of #954FF0
Black with #954FF0
Text Example
Text Example
White with #954FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FF0; }
p { color: rgb(149,79,240); }
H1.HeaderClassName
{
color: #954FF0;
}
.AnyTagClassName
{
color: #954FF0;
}
</style>
background-color css
<style>
a { background-color: #954FF0; }
a { background-color: rgb(149,79,240); }
div.DivClassName
{
background-color: #954FF0;
}
.BgClassName
{
background-color: #954FF0;
}
</style>
border-color css
<style>
span { border-color: #954FF0; }
span { border-color: rgb(149,79,240); }
td.TdClassName
{
border-color: #954FF0;
}
.TagClassName
{
border-color: #954FF0;
}
</style>