Shades of Medium Purple #955FF1
Tints of Medium Purple #955FF1
RGB
CMYK
RGB Variations
Color information
#955FF1 (or 0x955FF1) is known color: Medium Purple. HEX triplet: 95, 5F and F1. RGB value is (149,95,241). Sum of RGB (Red+Green+Blue) = 149+95+241=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #955FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FF1 is #6AA00E. Grayscale: #7F7F7F. Windows color (decimal): -6987791 or 15818645. OLE color: 15818645.
HSL color Cylindrical-coordinate representation of color #955FF1: hue angle of 262.19º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #955FF1 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 95 | 241 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.05 |
| HSL | 262.19º | 0.84% | 0.66% | - |
| HSV(B) | 262.19º | 0.61% | 0.95% | - |
| XYZ | 32.36 | 20.92 | 85.55 | - |
| YUV | 127.79 | 191.89 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 241 | 0.38 | 0.61 | 0 | 0.05 | 262.19 | 0.84 | 0.66 |
| Hex | 95 | 5F | F1 | 26 | 3D | 0 | 5 | 106 | 54 | 42 |
| Octal | 225 | 137 | 361 | 46 | 75 | 0 | 5 | 406 | 124 | 102 |
| Binary | 10010101 | 1011111 | 11110001 | 100110 | 111101 | 0 | 101 | 100000110 | 1010100 | 1000010 |
Color Harmonies of #955FF1
Complementary color
Monochromatic Colors of #955FF1
Black with #955FF1
Text Example
Text Example
White with #955FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FF1; }
p { color: rgb(149,95,241); }
H1.HeaderClassName
{
color: #955FF1;
}
.AnyTagClassName
{
color: #955FF1;
}
</style>
background-color css
<style>
a { background-color: #955FF1; }
a { background-color: rgb(149,95,241); }
div.DivClassName
{
background-color: #955FF1;
}
.BgClassName
{
background-color: #955FF1;
}
</style>
border-color css
<style>
span { border-color: #955FF1; }
span { border-color: rgb(149,95,241); }
td.TdClassName
{
border-color: #955FF1;
}
.TagClassName
{
border-color: #955FF1;
}
</style>