Shades of Medium Purple #956FE2
Tints of Medium Purple #956FE2
RGB
CMYK
RGB Variations
Color information
#956FE2 (or 0x956FE2) is known color: Medium Purple. HEX triplet: 95, 6F and E2. RGB value is (149,111,226). Sum of RGB (Red+Green+Blue) = 149+111+226=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 226 (88.67% from 255 or 46.50% from 486); Max value from RGB is 226 - color contains mainly: blue. Hex color #956FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FE2 is #6A901D. Grayscale: #878787. Windows color (decimal): -6983710 or 14839701. OLE color: 14839701.
HSL color Cylindrical-coordinate representation of color #956FE2: hue angle of 259.83º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #956FE2 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 111 | 226 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.11 |
| HSL | 259.83º | 0.66% | 0.66% | - |
| HSV(B) | 259.83º | 0.51% | 0.89% | - |
| XYZ | 31.81 | 23.25 | 74.76 | - |
| YUV | 135.47 | 179.09 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 226 | 0.34 | 0.51 | 0 | 0.11 | 259.83 | 0.66 | 0.66 |
| Hex | 95 | 6F | E2 | 22 | 33 | 0 | B | 104 | 42 | 42 |
| Octal | 225 | 157 | 342 | 42 | 63 | 0 | 13 | 404 | 102 | 102 |
| Binary | 10010101 | 1101111 | 11100010 | 100010 | 110011 | 0 | 1011 | 100000100 | 1000010 | 1000010 |
Color Harmonies of #956FE2
Complementary color
Monochromatic Colors of #956FE2
Black with #956FE2
Text Example
Text Example
White with #956FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FE2; }
p { color: rgb(149,111,226); }
H1.HeaderClassName
{
color: #956FE2;
}
.AnyTagClassName
{
color: #956FE2;
}
</style>
background-color css
<style>
a { background-color: #956FE2; }
a { background-color: rgb(149,111,226); }
div.DivClassName
{
background-color: #956FE2;
}
.BgClassName
{
background-color: #956FE2;
}
</style>
border-color css
<style>
span { border-color: #956FE2; }
span { border-color: rgb(149,111,226); }
td.TdClassName
{
border-color: #956FE2;
}
.TagClassName
{
border-color: #956FE2;
}
</style>