Shades of Medium Purple #946AD4
Tints of Medium Purple #946AD4
RGB
CMYK
RGB Variations
Color information
#946AD4 (or 0x946AD4) is known color: Medium Purple. HEX triplet: 94, 6A and D4. RGB value is (148,106,212). Sum of RGB (Red+Green+Blue) = 148+106+212=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #946AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946AD4 is #6B952B. Grayscale: #828282. Windows color (decimal): -7050540 or 13920916. OLE color: 13920916.
HSL color Cylindrical-coordinate representation of color #946AD4: hue angle of 263.77º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #946AD4 is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 106 | 212 | - |
| CMYK | 0.30 | 0.5 | 0 | 0.17 |
| HSL | 263.77º | 0.55% | 0.62% | - |
| HSV(B) | 263.77º | 0.5% | 0.83% | - |
| XYZ | 29.25 | 21.36 | 64.87 | - |
| YUV | 130.64 | 173.91 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 212 | 0.30 | 0.5 | 0 | 0.17 | 263.77 | 0.55 | 0.62 |
| Hex | 94 | 6A | D4 | 1E | 32 | 0 | 11 | 108 | 37 | 3E |
| Octal | 224 | 152 | 324 | 36 | 62 | 0 | 21 | 410 | 67 | 76 |
| Binary | 10010100 | 1101010 | 11010100 | 11110 | 110010 | 0 | 10001 | 100001000 | 110111 | 111110 |
Color Harmonies of #946AD4
Complementary color
Monochromatic Colors of #946AD4
Black with #946AD4
Text Example
Text Example
White with #946AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946AD4; }
p { color: rgb(148,106,212); }
H1.HeaderClassName
{
color: #946AD4;
}
.AnyTagClassName
{
color: #946AD4;
}
</style>
background-color css
<style>
a { background-color: #946AD4; }
a { background-color: rgb(148,106,212); }
div.DivClassName
{
background-color: #946AD4;
}
.BgClassName
{
background-color: #946AD4;
}
</style>
border-color css
<style>
span { border-color: #946AD4; }
span { border-color: rgb(148,106,212); }
td.TdClassName
{
border-color: #946AD4;
}
.TagClassName
{
border-color: #946AD4;
}
</style>