Shades of Medium Purple #956EF0
Tints of Medium Purple #956EF0
RGB
CMYK
RGB Variations
Color information
#956EF0 (or 0x956EF0) is known color: Medium Purple. HEX triplet: 95, 6E and F0. RGB value is (149,110,240). Sum of RGB (Red+Green+Blue) = 149+110+240=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #956EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956EF0 is #6A910F. Grayscale: #888888. Windows color (decimal): -6983952 or 15756949. OLE color: 15756949.
HSL color Cylindrical-coordinate representation of color #956EF0: hue angle of 258º 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 #956EF0 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 110 | 240 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.06 |
| HSL | 258º | 0.81% | 0.69% | - |
| HSV(B) | 258º | 0.54% | 0.94% | - |
| XYZ | 33.7 | 23.83 | 85.26 | - |
| YUV | 136.48 | 186.42 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 240 | 0.38 | 0.54 | 0 | 0.06 | 258 | 0.81 | 0.69 |
| Hex | 95 | 6E | F0 | 26 | 36 | 0 | 6 | 102 | 51 | 45 |
| Octal | 225 | 156 | 360 | 46 | 66 | 0 | 6 | 402 | 121 | 105 |
| Binary | 10010101 | 1101110 | 11110000 | 100110 | 110110 | 0 | 110 | 100000010 | 1010001 | 1000101 |
Color Harmonies of #956EF0
Complementary color
Monochromatic Colors of #956EF0
Black with #956EF0
Text Example
Text Example
White with #956EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956EF0; }
p { color: rgb(149,110,240); }
H1.HeaderClassName
{
color: #956EF0;
}
.AnyTagClassName
{
color: #956EF0;
}
</style>
background-color css
<style>
a { background-color: #956EF0; }
a { background-color: rgb(149,110,240); }
div.DivClassName
{
background-color: #956EF0;
}
.BgClassName
{
background-color: #956EF0;
}
</style>
border-color css
<style>
span { border-color: #956EF0; }
span { border-color: rgb(149,110,240); }
td.TdClassName
{
border-color: #956EF0;
}
.TagClassName
{
border-color: #956EF0;
}
</style>