Shades of Medium Purple #945CEA
Tints of Medium Purple #945CEA
RGB
CMYK
RGB Variations
Color information
#945CEA (or 0x945CEA) is known color: Medium Purple. HEX triplet: 94, 5C and EA. RGB value is (148,92,234). Sum of RGB (Red+Green+Blue) = 148+92+234=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #945CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945CEA is #6BA315. Grayscale: #7C7C7C. Windows color (decimal): -7054102 or 15359124. OLE color: 15359124.
HSL color Cylindrical-coordinate representation of color #945CEA: hue angle of 263.66º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #945CEA is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 92 | 234 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.08 |
| HSL | 263.66º | 0.77% | 0.64% | - |
| HSV(B) | 263.66º | 0.61% | 0.92% | - |
| XYZ | 30.89 | 19.89 | 80.05 | - |
| YUV | 124.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 234 | 0.37 | 0.61 | 0 | 0.08 | 263.66 | 0.77 | 0.64 |
| Hex | 94 | 5C | EA | 25 | 3D | 0 | 8 | 108 | 4D | 40 |
| Octal | 224 | 134 | 352 | 45 | 75 | 0 | 10 | 410 | 115 | 100 |
| Binary | 10010100 | 1011100 | 11101010 | 100101 | 111101 | 0 | 1000 | 100001000 | 1001101 | 1000000 |
Color Harmonies of #945CEA
Complementary color
Monochromatic Colors of #945CEA
Black with #945CEA
Text Example
Text Example
White with #945CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945CEA; }
p { color: rgb(148,92,234); }
H1.HeaderClassName
{
color: #945CEA;
}
.AnyTagClassName
{
color: #945CEA;
}
</style>
background-color css
<style>
a { background-color: #945CEA; }
a { background-color: rgb(148,92,234); }
div.DivClassName
{
background-color: #945CEA;
}
.BgClassName
{
background-color: #945CEA;
}
</style>
border-color css
<style>
span { border-color: #945CEA; }
span { border-color: rgb(148,92,234); }
td.TdClassName
{
border-color: #945CEA;
}
.TagClassName
{
border-color: #945CEA;
}
</style>