Shades of Medium Purple #957AEA
Tints of Medium Purple #957AEA
RGB
CMYK
RGB Variations
Color information
#957AEA (or 0x957AEA) is known color: Medium Purple. HEX triplet: 95, 7A and EA. RGB value is (149,122,234). Sum of RGB (Red+Green+Blue) = 149+122+234=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #957AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957AEA is #6A8515. Grayscale: #8E8E8E. Windows color (decimal): -6980886 or 15366805. OLE color: 15366805.
HSL color Cylindrical-coordinate representation of color #957AEA: hue angle of 254.46º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #957AEA is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 122 | 234 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.08 |
| HSL | 254.46º | 0.73% | 0.7% | - |
| HSV(B) | 254.46º | 0.48% | 0.92% | - |
| XYZ | 34.21 | 26.25 | 81.11 | - |
| YUV | 142.84 | 179.45 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 234 | 0.36 | 0.48 | 0 | 0.08 | 254.46 | 0.73 | 0.7 |
| Hex | 95 | 7A | EA | 24 | 30 | 0 | 8 | FE | 49 | 46 |
| Octal | 225 | 172 | 352 | 44 | 60 | 0 | 10 | 376 | 111 | 106 |
| Binary | 10010101 | 1111010 | 11101010 | 100100 | 110000 | 0 | 1000 | 11111110 | 1001001 | 1000110 |
Color Harmonies of #957AEA
Complementary color
Monochromatic Colors of #957AEA
Black with #957AEA
Text Example
Text Example
White with #957AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957AEA; }
p { color: rgb(149,122,234); }
H1.HeaderClassName
{
color: #957AEA;
}
.AnyTagClassName
{
color: #957AEA;
}
</style>
background-color css
<style>
a { background-color: #957AEA; }
a { background-color: rgb(149,122,234); }
div.DivClassName
{
background-color: #957AEA;
}
.BgClassName
{
background-color: #957AEA;
}
</style>
border-color css
<style>
span { border-color: #957AEA; }
span { border-color: rgb(149,122,234); }
td.TdClassName
{
border-color: #957AEA;
}
.TagClassName
{
border-color: #957AEA;
}
</style>