Shades of Medium Purple #956FEA
Tints of Medium Purple #956FEA
RGB
CMYK
RGB Variations
Color information
#956FEA (or 0x956FEA) is known color: Medium Purple. HEX triplet: 95, 6F and EA. RGB value is (149,111,234). Sum of RGB (Red+Green+Blue) = 149+111+234=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #956FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956FEA is #6A9015. Grayscale: #878787. Windows color (decimal): -6983702 or 15363989. OLE color: 15363989.
HSL color Cylindrical-coordinate representation of color #956FEA: hue angle of 258.54º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #956FEA is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 111 | 234 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.08 |
| HSL | 258.54º | 0.75% | 0.68% | - |
| HSV(B) | 258.54º | 0.53% | 0.92% | - |
| XYZ | 32.93 | 23.7 | 80.68 | - |
| YUV | 136.38 | 183.09 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 234 | 0.36 | 0.53 | 0 | 0.08 | 258.54 | 0.75 | 0.68 |
| Hex | 95 | 6F | EA | 24 | 35 | 0 | 8 | 103 | 4B | 44 |
| Octal | 225 | 157 | 352 | 44 | 65 | 0 | 10 | 403 | 113 | 104 |
| Binary | 10010101 | 1101111 | 11101010 | 100100 | 110101 | 0 | 1000 | 100000011 | 1001011 | 1000100 |
Color Harmonies of #956FEA
Complementary color
Monochromatic Colors of #956FEA
Black with #956FEA
Text Example
Text Example
White with #956FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FEA; }
p { color: rgb(149,111,234); }
H1.HeaderClassName
{
color: #956FEA;
}
.AnyTagClassName
{
color: #956FEA;
}
</style>
background-color css
<style>
a { background-color: #956FEA; }
a { background-color: rgb(149,111,234); }
div.DivClassName
{
background-color: #956FEA;
}
.BgClassName
{
background-color: #956FEA;
}
</style>
border-color css
<style>
span { border-color: #956FEA; }
span { border-color: rgb(149,111,234); }
td.TdClassName
{
border-color: #956FEA;
}
.TagClassName
{
border-color: #956FEA;
}
</style>