Shades of Medium Purple #946CDE
Tints of Medium Purple #946CDE
RGB
CMYK
RGB Variations
Color information
#946CDE (or 0x946CDE) is known color: Medium Purple. HEX triplet: 94, 6C and DE. RGB value is (148,108,222). Sum of RGB (Red+Green+Blue) = 148+108+222=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #946CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CDE is #6B9321. Grayscale: #848484. Windows color (decimal): -7050018 or 14576788. OLE color: 14576788.
HSL color Cylindrical-coordinate representation of color #946CDE: hue angle of 261.05º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #946CDE is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 108 | 222 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.13 |
| HSL | 261.05º | 0.63% | 0.65% | - |
| HSV(B) | 261.05º | 0.51% | 0.87% | - |
| XYZ | 30.76 | 22.29 | 71.79 | - |
| YUV | 132.96 | 178.25 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 222 | 0.33 | 0.51 | 0 | 0.13 | 261.05 | 0.63 | 0.65 |
| Hex | 94 | 6C | DE | 21 | 33 | 0 | D | 105 | 3F | 41 |
| Octal | 224 | 154 | 336 | 41 | 63 | 0 | 15 | 405 | 77 | 101 |
| Binary | 10010100 | 1101100 | 11011110 | 100001 | 110011 | 0 | 1101 | 100000101 | 111111 | 1000001 |
Color Harmonies of #946CDE
Complementary color
Monochromatic Colors of #946CDE
Black with #946CDE
Text Example
Text Example
White with #946CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946CDE; }
p { color: rgb(148,108,222); }
H1.HeaderClassName
{
color: #946CDE;
}
.AnyTagClassName
{
color: #946CDE;
}
</style>
background-color css
<style>
a { background-color: #946CDE; }
a { background-color: rgb(148,108,222); }
div.DivClassName
{
background-color: #946CDE;
}
.BgClassName
{
background-color: #946CDE;
}
</style>
border-color css
<style>
span { border-color: #946CDE; }
span { border-color: rgb(148,108,222); }
td.TdClassName
{
border-color: #946CDE;
}
.TagClassName
{
border-color: #946CDE;
}
</style>