Shades of Medium Purple #946FF2
Tints of Medium Purple #946FF2
RGB
CMYK
RGB Variations
Color information
#946FF2 (or 0x946FF2) is known color: Medium Purple. HEX triplet: 94, 6F and F2. RGB value is (148,111,242). Sum of RGB (Red+Green+Blue) = 148+111+242=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #946FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946FF2 is #6B900D. Grayscale: #888888. Windows color (decimal): -7049230 or 15888276. OLE color: 15888276.
HSL color Cylindrical-coordinate representation of color #946FF2: hue angle of 256.95º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #946FF2 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 111 | 242 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.05 |
| HSL | 256.95º | 0.83% | 0.69% | - |
| HSV(B) | 256.95º | 0.54% | 0.95% | - |
| XYZ | 33.92 | 24.08 | 86.86 | - |
| YUV | 137 | 187.26 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 242 | 0.39 | 0.54 | 0 | 0.05 | 256.95 | 0.83 | 0.69 |
| Hex | 94 | 6F | F2 | 27 | 36 | 0 | 5 | 101 | 53 | 45 |
| Octal | 224 | 157 | 362 | 47 | 66 | 0 | 5 | 401 | 123 | 105 |
| Binary | 10010100 | 1101111 | 11110010 | 100111 | 110110 | 0 | 101 | 100000001 | 1010011 | 1000101 |
Color Harmonies of #946FF2
Complementary color
Monochromatic Colors of #946FF2
Black with #946FF2
Text Example
Text Example
White with #946FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FF2; }
p { color: rgb(148,111,242); }
H1.HeaderClassName
{
color: #946FF2;
}
.AnyTagClassName
{
color: #946FF2;
}
</style>
background-color css
<style>
a { background-color: #946FF2; }
a { background-color: rgb(148,111,242); }
div.DivClassName
{
background-color: #946FF2;
}
.BgClassName
{
background-color: #946FF2;
}
</style>
border-color css
<style>
span { border-color: #946FF2; }
span { border-color: rgb(148,111,242); }
td.TdClassName
{
border-color: #946FF2;
}
.TagClassName
{
border-color: #946FF2;
}
</style>