Shades of Medium Purple #956FE1
Tints of Medium Purple #956FE1
RGB
CMYK
RGB Variations
Color information
#956FE1 (or 0x956FE1) is known color: Medium Purple. HEX triplet: 95, 6F and E1. RGB value is (149,111,225). Sum of RGB (Red+Green+Blue) = 149+111+225=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #956FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FE1 is #6A901E. Grayscale: #868686. Windows color (decimal): -6983711 or 14774165. OLE color: 14774165.
HSL color Cylindrical-coordinate representation of color #956FE1: hue angle of 260º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #956FE1 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 111 | 225 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.12 |
| HSL | 260º | 0.66% | 0.66% | - |
| HSV(B) | 260º | 0.51% | 0.88% | - |
| XYZ | 31.67 | 23.19 | 74.04 | - |
| YUV | 135.36 | 178.59 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 225 | 0.34 | 0.51 | 0 | 0.12 | 260 | 0.66 | 0.66 |
| Hex | 95 | 6F | E1 | 22 | 33 | 0 | C | 104 | 42 | 42 |
| Octal | 225 | 157 | 341 | 42 | 63 | 0 | 14 | 404 | 102 | 102 |
| Binary | 10010101 | 1101111 | 11100001 | 100010 | 110011 | 0 | 1100 | 100000100 | 1000010 | 1000010 |
Color Harmonies of #956FE1
Complementary color
Monochromatic Colors of #956FE1
Black with #956FE1
Text Example
Text Example
White with #956FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FE1; }
p { color: rgb(149,111,225); }
H1.HeaderClassName
{
color: #956FE1;
}
.AnyTagClassName
{
color: #956FE1;
}
</style>
background-color css
<style>
a { background-color: #956FE1; }
a { background-color: rgb(149,111,225); }
div.DivClassName
{
background-color: #956FE1;
}
.BgClassName
{
background-color: #956FE1;
}
</style>
border-color css
<style>
span { border-color: #956FE1; }
span { border-color: rgb(149,111,225); }
td.TdClassName
{
border-color: #956FE1;
}
.TagClassName
{
border-color: #956FE1;
}
</style>