Shades of Medium Purple #954FF5
Tints of Medium Purple #954FF5
RGB
CMYK
RGB Variations
Color information
#954FF5 (or 0x954FF5) is known color: Medium Purple. HEX triplet: 95, 4F and F5. RGB value is (149,79,245). Sum of RGB (Red+Green+Blue) = 149+79+245=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #954FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FF5 is #6AB00A. Grayscale: #767676. Windows color (decimal): -6991883 or 16076693. OLE color: 16076693.
HSL color Cylindrical-coordinate representation of color #954FF5: hue angle of 265.3º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #954FF5 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 79 | 245 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.04 |
| HSL | 265.3º | 0.89% | 0.64% | - |
| HSV(B) | 265.3º | 0.68% | 0.96% | - |
| XYZ | 31.67 | 18.57 | 88.3 | - |
| YUV | 118.85 | 199.19 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 245 | 0.39 | 0.68 | 0 | 0.04 | 265.3 | 0.89 | 0.64 |
| Hex | 95 | 4F | F5 | 27 | 44 | 0 | 4 | 109 | 59 | 40 |
| Octal | 225 | 117 | 365 | 47 | 104 | 0 | 4 | 411 | 131 | 100 |
| Binary | 10010101 | 1001111 | 11110101 | 100111 | 1000100 | 0 | 100 | 100001001 | 1011001 | 1000000 |
Color Harmonies of #954FF5
Complementary color
Monochromatic Colors of #954FF5
Black with #954FF5
Text Example
Text Example
White with #954FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FF5; }
p { color: rgb(149,79,245); }
H1.HeaderClassName
{
color: #954FF5;
}
.AnyTagClassName
{
color: #954FF5;
}
</style>
background-color css
<style>
a { background-color: #954FF5; }
a { background-color: rgb(149,79,245); }
div.DivClassName
{
background-color: #954FF5;
}
.BgClassName
{
background-color: #954FF5;
}
</style>
border-color css
<style>
span { border-color: #954FF5; }
span { border-color: rgb(149,79,245); }
td.TdClassName
{
border-color: #954FF5;
}
.TagClassName
{
border-color: #954FF5;
}
</style>