Shades of Medium Purple #946ADE
Tints of Medium Purple #946ADE
RGB
CMYK
RGB Variations
Color information
#946ADE (or 0x946ADE) is known color: Medium Purple. HEX triplet: 94, 6A and DE. RGB value is (148,106,222). Sum of RGB (Red+Green+Blue) = 148+106+222=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #946ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ADE is #6B9521. Grayscale: #838383. Windows color (decimal): -7050530 or 14576276. OLE color: 14576276.
HSL color Cylindrical-coordinate representation of color #946ADE: hue angle of 261.72º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #946ADE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 106 | 222 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.13 |
| HSL | 261.72º | 0.64% | 0.64% | - |
| HSV(B) | 261.72º | 0.52% | 0.87% | - |
| XYZ | 30.55 | 21.88 | 71.72 | - |
| YUV | 131.78 | 178.91 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 222 | 0.33 | 0.52 | 0 | 0.13 | 261.72 | 0.64 | 0.64 |
| Hex | 94 | 6A | DE | 21 | 34 | 0 | D | 106 | 40 | 40 |
| Octal | 224 | 152 | 336 | 41 | 64 | 0 | 15 | 406 | 100 | 100 |
| Binary | 10010100 | 1101010 | 11011110 | 100001 | 110100 | 0 | 1101 | 100000110 | 1000000 | 1000000 |
Color Harmonies of #946ADE
Complementary color
Monochromatic Colors of #946ADE
Black with #946ADE
Text Example
Text Example
White with #946ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946ADE; }
p { color: rgb(148,106,222); }
H1.HeaderClassName
{
color: #946ADE;
}
.AnyTagClassName
{
color: #946ADE;
}
</style>
background-color css
<style>
a { background-color: #946ADE; }
a { background-color: rgb(148,106,222); }
div.DivClassName
{
background-color: #946ADE;
}
.BgClassName
{
background-color: #946ADE;
}
</style>
border-color css
<style>
span { border-color: #946ADE; }
span { border-color: rgb(148,106,222); }
td.TdClassName
{
border-color: #946ADE;
}
.TagClassName
{
border-color: #946ADE;
}
</style>