Shades of Medium Purple #946AD7
Tints of Medium Purple #946AD7
RGB
CMYK
RGB Variations
Color information
#946AD7 (or 0x946AD7) is known color: Medium Purple. HEX triplet: 94, 6A and D7. RGB value is (148,106,215). Sum of RGB (Red+Green+Blue) = 148+106+215=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #946AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946AD7 is #6B9528. Grayscale: #828282. Windows color (decimal): -7050537 or 14117524. OLE color: 14117524.
HSL color Cylindrical-coordinate representation of color #946AD7: hue angle of 263.12º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #946AD7 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 106 | 215 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.16 |
| HSL | 263.12º | 0.58% | 0.63% | - |
| HSV(B) | 263.12º | 0.51% | 0.84% | - |
| XYZ | 29.63 | 21.51 | 66.88 | - |
| YUV | 130.98 | 175.41 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 215 | 0.31 | 0.51 | 0 | 0.16 | 263.12 | 0.58 | 0.63 |
| Hex | 94 | 6A | D7 | 1F | 33 | 0 | 10 | 107 | 3A | 3F |
| Octal | 224 | 152 | 327 | 37 | 63 | 0 | 20 | 407 | 72 | 77 |
| Binary | 10010100 | 1101010 | 11010111 | 11111 | 110011 | 0 | 10000 | 100000111 | 111010 | 111111 |
Color Harmonies of #946AD7
Complementary color
Monochromatic Colors of #946AD7
Black with #946AD7
Text Example
Text Example
White with #946AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946AD7; }
p { color: rgb(148,106,215); }
H1.HeaderClassName
{
color: #946AD7;
}
.AnyTagClassName
{
color: #946AD7;
}
</style>
background-color css
<style>
a { background-color: #946AD7; }
a { background-color: rgb(148,106,215); }
div.DivClassName
{
background-color: #946AD7;
}
.BgClassName
{
background-color: #946AD7;
}
</style>
border-color css
<style>
span { border-color: #946AD7; }
span { border-color: rgb(148,106,215); }
td.TdClassName
{
border-color: #946AD7;
}
.TagClassName
{
border-color: #946AD7;
}
</style>