Shades of Medium Purple #946FDC
Tints of Medium Purple #946FDC
RGB
CMYK
RGB Variations
Color information
#946FDC (or 0x946FDC) is known color: Medium Purple. HEX triplet: 94, 6F and DC. RGB value is (148,111,220). Sum of RGB (Red+Green+Blue) = 148+111+220=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #946FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FDC is #6B9023. Grayscale: #868686. Windows color (decimal): -7049252 or 14446484. OLE color: 14446484.
HSL color Cylindrical-coordinate representation of color #946FDC: hue angle of 260.37º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #946FDC is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 111 | 220 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.14 |
| HSL | 260.37º | 0.61% | 0.65% | - |
| HSV(B) | 260.37º | 0.5% | 0.86% | - |
| XYZ | 30.82 | 22.83 | 70.49 | - |
| YUV | 134.49 | 176.26 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 220 | 0.33 | 0.50 | 0 | 0.14 | 260.37 | 0.61 | 0.65 |
| Hex | 94 | 6F | DC | 21 | 32 | 0 | E | 104 | 3D | 41 |
| Octal | 224 | 157 | 334 | 41 | 62 | 0 | 16 | 404 | 75 | 101 |
| Binary | 10010100 | 1101111 | 11011100 | 100001 | 110010 | 0 | 1110 | 100000100 | 111101 | 1000001 |
Color Harmonies of #946FDC
Complementary color
Monochromatic Colors of #946FDC
Black with #946FDC
Text Example
Text Example
White with #946FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FDC; }
p { color: rgb(148,111,220); }
H1.HeaderClassName
{
color: #946FDC;
}
.AnyTagClassName
{
color: #946FDC;
}
</style>
background-color css
<style>
a { background-color: #946FDC; }
a { background-color: rgb(148,111,220); }
div.DivClassName
{
background-color: #946FDC;
}
.BgClassName
{
background-color: #946FDC;
}
</style>
border-color css
<style>
span { border-color: #946FDC; }
span { border-color: rgb(148,111,220); }
td.TdClassName
{
border-color: #946FDC;
}
.TagClassName
{
border-color: #946FDC;
}
</style>