Shades of Medium Purple #945BEA
Tints of Medium Purple #945BEA
RGB
CMYK
RGB Variations
Color information
#945BEA (or 0x945BEA) is known color: Medium Purple. HEX triplet: 94, 5B and EA. RGB value is (148,91,234). Sum of RGB (Red+Green+Blue) = 148+91+234=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #945BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945BEA is #6BA415. Grayscale: #7B7B7B. Windows color (decimal): -7054358 or 15358868. OLE color: 15358868.
HSL color Cylindrical-coordinate representation of color #945BEA: hue angle of 263.92º 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 #945BEA is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 91 | 234 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.08 |
| HSL | 263.92º | 0.77% | 0.64% | - |
| HSV(B) | 263.92º | 0.61% | 0.92% | - |
| XYZ | 30.81 | 19.72 | 80.02 | - |
| YUV | 124.35 | 189.88 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 234 | 0.37 | 0.61 | 0 | 0.08 | 263.92 | 0.77 | 0.64 |
| Hex | 94 | 5B | EA | 25 | 3D | 0 | 8 | 108 | 4D | 40 |
| Octal | 224 | 133 | 352 | 45 | 75 | 0 | 10 | 410 | 115 | 100 |
| Binary | 10010100 | 1011011 | 11101010 | 100101 | 111101 | 0 | 1000 | 100001000 | 1001101 | 1000000 |
Color Harmonies of #945BEA
Complementary color
Monochromatic Colors of #945BEA
Black with #945BEA
Text Example
Text Example
White with #945BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945BEA; }
p { color: rgb(148,91,234); }
H1.HeaderClassName
{
color: #945BEA;
}
.AnyTagClassName
{
color: #945BEA;
}
</style>
background-color css
<style>
a { background-color: #945BEA; }
a { background-color: rgb(148,91,234); }
div.DivClassName
{
background-color: #945BEA;
}
.BgClassName
{
background-color: #945BEA;
}
</style>
border-color css
<style>
span { border-color: #945BEA; }
span { border-color: rgb(148,91,234); }
td.TdClassName
{
border-color: #945BEA;
}
.TagClassName
{
border-color: #945BEA;
}
</style>