Shades of Medium Purple #945AEA
Tints of Medium Purple #945AEA
RGB
CMYK
RGB Variations
Color information
#945AEA (or 0x945AEA) is known color: Medium Purple. HEX triplet: 94, 5A and EA. RGB value is (148,90,234). Sum of RGB (Red+Green+Blue) = 148+90+234=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #945AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945AEA is #6BA515. Grayscale: #7B7B7B. Windows color (decimal): -7054614 or 15358612. OLE color: 15358612.
HSL color Cylindrical-coordinate representation of color #945AEA: hue angle of 264.17º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #945AEA is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 90 | 234 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.08 |
| HSL | 264.17º | 0.77% | 0.64% | - |
| HSV(B) | 264.17º | 0.62% | 0.92% | - |
| XYZ | 30.72 | 19.55 | 80 | - |
| YUV | 123.76 | 190.22 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 234 | 0.37 | 0.62 | 0 | 0.08 | 264.17 | 0.77 | 0.64 |
| Hex | 94 | 5A | EA | 25 | 3E | 0 | 8 | 108 | 4D | 40 |
| Octal | 224 | 132 | 352 | 45 | 76 | 0 | 10 | 410 | 115 | 100 |
| Binary | 10010100 | 1011010 | 11101010 | 100101 | 111110 | 0 | 1000 | 100001000 | 1001101 | 1000000 |
Color Harmonies of #945AEA
Complementary color
Monochromatic Colors of #945AEA
Black with #945AEA
Text Example
Text Example
White with #945AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945AEA; }
p { color: rgb(148,90,234); }
H1.HeaderClassName
{
color: #945AEA;
}
.AnyTagClassName
{
color: #945AEA;
}
</style>
background-color css
<style>
a { background-color: #945AEA; }
a { background-color: rgb(148,90,234); }
div.DivClassName
{
background-color: #945AEA;
}
.BgClassName
{
background-color: #945AEA;
}
</style>
border-color css
<style>
span { border-color: #945AEA; }
span { border-color: rgb(148,90,234); }
td.TdClassName
{
border-color: #945AEA;
}
.TagClassName
{
border-color: #945AEA;
}
</style>