Shades of Medium Purple #945FE4
Tints of Medium Purple #945FE4
RGB
CMYK
RGB Variations
Color information
#945FE4 (or 0x945FE4) is known color: Medium Purple. HEX triplet: 94, 5F and E4. RGB value is (148,95,228). Sum of RGB (Red+Green+Blue) = 148+95+228=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #945FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FE4 is #6BA01B. Grayscale: #7D7D7D. Windows color (decimal): -7053340 or 14966676. OLE color: 14966676.
HSL color Cylindrical-coordinate representation of color #945FE4: hue angle of 263.91º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #945FE4 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 95 | 228 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.11 |
| HSL | 263.91º | 0.71% | 0.63% | - |
| HSV(B) | 263.91º | 0.58% | 0.89% | - |
| XYZ | 30.31 | 20.08 | 75.68 | - |
| YUV | 126.01 | 185.56 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 228 | 0.35 | 0.58 | 0 | 0.11 | 263.91 | 0.71 | 0.63 |
| Hex | 94 | 5F | E4 | 23 | 3A | 0 | B | 108 | 47 | 3F |
| Octal | 224 | 137 | 344 | 43 | 72 | 0 | 13 | 410 | 107 | 77 |
| Binary | 10010100 | 1011111 | 11100100 | 100011 | 111010 | 0 | 1011 | 100001000 | 1000111 | 111111 |
Color Harmonies of #945FE4
Complementary color
Monochromatic Colors of #945FE4
Black with #945FE4
Text Example
Text Example
White with #945FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945FE4; }
p { color: rgb(148,95,228); }
H1.HeaderClassName
{
color: #945FE4;
}
.AnyTagClassName
{
color: #945FE4;
}
</style>
background-color css
<style>
a { background-color: #945FE4; }
a { background-color: rgb(148,95,228); }
div.DivClassName
{
background-color: #945FE4;
}
.BgClassName
{
background-color: #945FE4;
}
</style>
border-color css
<style>
span { border-color: #945FE4; }
span { border-color: rgb(148,95,228); }
td.TdClassName
{
border-color: #945FE4;
}
.TagClassName
{
border-color: #945FE4;
}
</style>