Shades of Medium Purple #956FF0
Tints of Medium Purple #956FF0
RGB
CMYK
RGB Variations
Color information
#956FF0 (or 0x956FF0) is known color: Medium Purple. HEX triplet: 95, 6F and F0. RGB value is (149,111,240). Sum of RGB (Red+Green+Blue) = 149+111+240=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #956FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956FF0 is #6A900F. Grayscale: #888888. Windows color (decimal): -6983696 or 15757205. OLE color: 15757205.
HSL color Cylindrical-coordinate representation of color #956FF0: hue angle of 257.67º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #956FF0 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 111 | 240 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.06 |
| HSL | 257.67º | 0.81% | 0.69% | - |
| HSV(B) | 257.67º | 0.54% | 0.94% | - |
| XYZ | 33.81 | 24.05 | 85.3 | - |
| YUV | 137.07 | 186.09 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 240 | 0.38 | 0.54 | 0 | 0.06 | 257.67 | 0.81 | 0.69 |
| Hex | 95 | 6F | F0 | 26 | 36 | 0 | 6 | 102 | 51 | 45 |
| Octal | 225 | 157 | 360 | 46 | 66 | 0 | 6 | 402 | 121 | 105 |
| Binary | 10010101 | 1101111 | 11110000 | 100110 | 110110 | 0 | 110 | 100000010 | 1010001 | 1000101 |
Color Harmonies of #956FF0
Complementary color
Monochromatic Colors of #956FF0
Black with #956FF0
Text Example
Text Example
White with #956FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FF0; }
p { color: rgb(149,111,240); }
H1.HeaderClassName
{
color: #956FF0;
}
.AnyTagClassName
{
color: #956FF0;
}
</style>
background-color css
<style>
a { background-color: #956FF0; }
a { background-color: rgb(149,111,240); }
div.DivClassName
{
background-color: #956FF0;
}
.BgClassName
{
background-color: #956FF0;
}
</style>
border-color css
<style>
span { border-color: #956FF0; }
span { border-color: rgb(149,111,240); }
td.TdClassName
{
border-color: #956FF0;
}
.TagClassName
{
border-color: #956FF0;
}
</style>