Shades of Medium Purple #956FF2
Tints of Medium Purple #956FF2
RGB
CMYK
RGB Variations
Color information
#956FF2 (or 0x956FF2) is known color: Medium Purple. HEX triplet: 95, 6F and F2. RGB value is (149,111,242). Sum of RGB (Red+Green+Blue) = 149+111+242=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #956FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956FF2 is #6A900D. Grayscale: #888888. Windows color (decimal): -6983694 or 15888277. OLE color: 15888277.
HSL color Cylindrical-coordinate representation of color #956FF2: hue angle of 257.4º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #956FF2 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 111 | 242 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.05 |
| HSL | 257.4º | 0.83% | 0.69% | - |
| HSV(B) | 257.4º | 0.54% | 0.95% | - |
| XYZ | 34.11 | 24.17 | 86.87 | - |
| YUV | 137.3 | 187.09 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 242 | 0.38 | 0.54 | 0 | 0.05 | 257.4 | 0.83 | 0.69 |
| Hex | 95 | 6F | F2 | 26 | 36 | 0 | 5 | 101 | 53 | 45 |
| Octal | 225 | 157 | 362 | 46 | 66 | 0 | 5 | 401 | 123 | 105 |
| Binary | 10010101 | 1101111 | 11110010 | 100110 | 110110 | 0 | 101 | 100000001 | 1010011 | 1000101 |
Color Harmonies of #956FF2
Complementary color
Monochromatic Colors of #956FF2
Black with #956FF2
Text Example
Text Example
White with #956FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FF2; }
p { color: rgb(149,111,242); }
H1.HeaderClassName
{
color: #956FF2;
}
.AnyTagClassName
{
color: #956FF2;
}
</style>
background-color css
<style>
a { background-color: #956FF2; }
a { background-color: rgb(149,111,242); }
div.DivClassName
{
background-color: #956FF2;
}
.BgClassName
{
background-color: #956FF2;
}
</style>
border-color css
<style>
span { border-color: #956FF2; }
span { border-color: rgb(149,111,242); }
td.TdClassName
{
border-color: #956FF2;
}
.TagClassName
{
border-color: #956FF2;
}
</style>