Shades of Medium Purple #954FF1
Tints of Medium Purple #954FF1
RGB
CMYK
RGB Variations
Color information
#954FF1 (or 0x954FF1) is known color: Medium Purple. HEX triplet: 95, 4F and F1. RGB value is (149,79,241). Sum of RGB (Red+Green+Blue) = 149+79+241=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #954FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FF1 is #6AB00E. Grayscale: #757575. Windows color (decimal): -6991887 or 15814549. OLE color: 15814549.
HSL color Cylindrical-coordinate representation of color #954FF1: hue angle of 265.93º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954FF1 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 79 | 241 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.05 |
| HSL | 265.93º | 0.85% | 0.63% | - |
| HSV(B) | 265.93º | 0.67% | 0.95% | - |
| XYZ | 31.07 | 18.33 | 85.12 | - |
| YUV | 118.4 | 197.19 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 241 | 0.38 | 0.67 | 0 | 0.05 | 265.93 | 0.85 | 0.63 |
| Hex | 95 | 4F | F1 | 26 | 43 | 0 | 5 | 10A | 55 | 3F |
| Octal | 225 | 117 | 361 | 46 | 103 | 0 | 5 | 412 | 125 | 77 |
| Binary | 10010101 | 1001111 | 11110001 | 100110 | 1000011 | 0 | 101 | 100001010 | 1010101 | 111111 |
Color Harmonies of #954FF1
Complementary color
Monochromatic Colors of #954FF1
Black with #954FF1
Text Example
Text Example
White with #954FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FF1; }
p { color: rgb(149,79,241); }
H1.HeaderClassName
{
color: #954FF1;
}
.AnyTagClassName
{
color: #954FF1;
}
</style>
background-color css
<style>
a { background-color: #954FF1; }
a { background-color: rgb(149,79,241); }
div.DivClassName
{
background-color: #954FF1;
}
.BgClassName
{
background-color: #954FF1;
}
</style>
border-color css
<style>
span { border-color: #954FF1; }
span { border-color: rgb(149,79,241); }
td.TdClassName
{
border-color: #954FF1;
}
.TagClassName
{
border-color: #954FF1;
}
</style>