Shades of Medium Purple #946DF2
Tints of Medium Purple #946DF2
RGB
CMYK
RGB Variations
Color information
#946DF2 (or 0x946DF2) is known color: Medium Purple. HEX triplet: 94, 6D and F2. RGB value is (148,109,242). Sum of RGB (Red+Green+Blue) = 148+109+242=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #946DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946DF2 is #6B920D. Grayscale: #878787. Windows color (decimal): -7049742 or 15887764. OLE color: 15887764.
HSL color Cylindrical-coordinate representation of color #946DF2: hue angle of 257.59º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #946DF2 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 109 | 242 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.05 |
| HSL | 257.59º | 0.84% | 0.69% | - |
| HSV(B) | 257.59º | 0.55% | 0.95% | - |
| XYZ | 33.71 | 23.64 | 86.79 | - |
| YUV | 135.82 | 187.92 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 242 | 0.39 | 0.55 | 0 | 0.05 | 257.59 | 0.84 | 0.69 |
| Hex | 94 | 6D | F2 | 27 | 37 | 0 | 5 | 102 | 54 | 45 |
| Octal | 224 | 155 | 362 | 47 | 67 | 0 | 5 | 402 | 124 | 105 |
| Binary | 10010100 | 1101101 | 11110010 | 100111 | 110111 | 0 | 101 | 100000010 | 1010100 | 1000101 |
Color Harmonies of #946DF2
Complementary color
Monochromatic Colors of #946DF2
Black with #946DF2
Text Example
Text Example
White with #946DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946DF2; }
p { color: rgb(148,109,242); }
H1.HeaderClassName
{
color: #946DF2;
}
.AnyTagClassName
{
color: #946DF2;
}
</style>
background-color css
<style>
a { background-color: #946DF2; }
a { background-color: rgb(148,109,242); }
div.DivClassName
{
background-color: #946DF2;
}
.BgClassName
{
background-color: #946DF2;
}
</style>
border-color css
<style>
span { border-color: #946DF2; }
span { border-color: rgb(148,109,242); }
td.TdClassName
{
border-color: #946DF2;
}
.TagClassName
{
border-color: #946DF2;
}
</style>