Shades of Medium Purple #957AE2
Tints of Medium Purple #957AE2
RGB
CMYK
RGB Variations
Color information
#957AE2 (or 0x957AE2) is known color: Medium Purple. HEX triplet: 95, 7A and E2. RGB value is (149,122,226). Sum of RGB (Red+Green+Blue) = 149+122+226=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 226 - color contains mainly: blue. Hex color #957AE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957AE2 is #6A851D. Grayscale: #8D8D8D. Windows color (decimal): -6980894 or 14842517. OLE color: 14842517.
HSL color Cylindrical-coordinate representation of color #957AE2: hue angle of 255.58º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #957AE2 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 122 | 226 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.11 |
| HSL | 255.58º | 0.64% | 0.68% | - |
| HSV(B) | 255.58º | 0.46% | 0.89% | - |
| XYZ | 33.08 | 25.8 | 75.19 | - |
| YUV | 141.93 | 175.45 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 226 | 0.34 | 0.46 | 0 | 0.11 | 255.58 | 0.64 | 0.68 |
| Hex | 95 | 7A | E2 | 22 | 2E | 0 | B | 100 | 40 | 44 |
| Octal | 225 | 172 | 342 | 42 | 56 | 0 | 13 | 400 | 100 | 104 |
| Binary | 10010101 | 1111010 | 11100010 | 100010 | 101110 | 0 | 1011 | 100000000 | 1000000 | 1000100 |
Color Harmonies of #957AE2
Complementary color
Monochromatic Colors of #957AE2
Black with #957AE2
Text Example
Text Example
White with #957AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957AE2; }
p { color: rgb(149,122,226); }
H1.HeaderClassName
{
color: #957AE2;
}
.AnyTagClassName
{
color: #957AE2;
}
</style>
background-color css
<style>
a { background-color: #957AE2; }
a { background-color: rgb(149,122,226); }
div.DivClassName
{
background-color: #957AE2;
}
.BgClassName
{
background-color: #957AE2;
}
</style>
border-color css
<style>
span { border-color: #957AE2; }
span { border-color: rgb(149,122,226); }
td.TdClassName
{
border-color: #957AE2;
}
.TagClassName
{
border-color: #957AE2;
}
</style>