Shades of Medium Purple #945DF4
Tints of Medium Purple #945DF4
RGB
CMYK
RGB Variations
Color information
#945DF4 (or 0x945DF4) is known color: Medium Purple. HEX triplet: 94, 5D and F4. RGB value is (148,93,244). Sum of RGB (Red+Green+Blue) = 148+93+244=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #945DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945DF4 is #6BA20B. Grayscale: #7E7E7E. Windows color (decimal): -7053836 or 16014740. OLE color: 16014740.
HSL color Cylindrical-coordinate representation of color #945DF4: hue angle of 261.85º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #945DF4 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 93 | 244 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.04 |
| HSL | 261.85º | 0.87% | 0.66% | - |
| HSV(B) | 261.85º | 0.62% | 0.96% | - |
| XYZ | 32.46 | 20.66 | 87.86 | - |
| YUV | 126.66 | 194.22 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 244 | 0.39 | 0.62 | 0 | 0.04 | 261.85 | 0.87 | 0.66 |
| Hex | 94 | 5D | F4 | 27 | 3E | 0 | 4 | 106 | 57 | 42 |
| Octal | 224 | 135 | 364 | 47 | 76 | 0 | 4 | 406 | 127 | 102 |
| Binary | 10010100 | 1011101 | 11110100 | 100111 | 111110 | 0 | 100 | 100000110 | 1010111 | 1000010 |
Color Harmonies of #945DF4
Complementary color
Monochromatic Colors of #945DF4
Black with #945DF4
Text Example
Text Example
White with #945DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945DF4; }
p { color: rgb(148,93,244); }
H1.HeaderClassName
{
color: #945DF4;
}
.AnyTagClassName
{
color: #945DF4;
}
</style>
background-color css
<style>
a { background-color: #945DF4; }
a { background-color: rgb(148,93,244); }
div.DivClassName
{
background-color: #945DF4;
}
.BgClassName
{
background-color: #945DF4;
}
</style>
border-color css
<style>
span { border-color: #945DF4; }
span { border-color: rgb(148,93,244); }
td.TdClassName
{
border-color: #945DF4;
}
.TagClassName
{
border-color: #945DF4;
}
</style>